From b287d7f6a13823ea17e0bd415981d3a5953ca703 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Mon, 22 Feb 2010 12:09:38 +0000 Subject: build system: various small fixes for mingw32 cross compilation still incomplete git-svn-id: svn://tug.org/texlive/trunk@17141 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/m4/kpse-common.m4 | 6 +++--- Build/source/m4/kpse-gd-flags.m4 | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'Build/source/m4') diff --git a/Build/source/m4/kpse-common.m4 b/Build/source/m4/kpse-common.m4 index 4246bda6ae5..252abc08723 100644 --- a/Build/source/m4/kpse-common.m4 +++ b/Build/source/m4/kpse-common.m4 @@ -1,6 +1,6 @@ # Public macros for the TeX Live (TL) tree. # Copyright (C) 1995 - 2009 Karl Berry -# Copyright (C) 2009 Peter Breitenlohner +# Copyright (C) 2009, 2010 Peter Breitenlohner # # This file is free software; the copyright holders # give unlimited permission to copy and/or distribute it, @@ -203,7 +203,7 @@ eval LIBS=\"$[]AS_TR_CPP($1)_LIBS \$LIBS\" # Common Autoconf code for all programs using libkpathsea. # Originally written by Karl Berry as texk/kpathsea/common.ac. # -# Initializtion of Automake and Libtool, some common tests. +# Initialization of Automake and Libtool, some common tests. AC_DEFUN([KPSE_COMMON], [dnl Remember PACKAGE-NAME as Kpse_Package (for future messages) m4_define([Kpse_Package], [$1]) @@ -212,7 +212,7 @@ AM_INIT_AUTOMAKE([foreign]m4_ifval([$2], [ $2])) AM_MAINTAINER_MODE dnl LT_PREREQ([2.2.6]) -LT_INIT +LT_INIT([win32-dll]) dnl AC_SYS_LARGEFILE AC_FUNC_FSEEKO diff --git a/Build/source/m4/kpse-gd-flags.m4 b/Build/source/m4/kpse-gd-flags.m4 index b4c5650de57..8501fb25728 100644 --- a/Build/source/m4/kpse-gd-flags.m4 +++ b/Build/source/m4/kpse-gd-flags.m4 @@ -18,7 +18,7 @@ AC_DEFUN([KPSE_GD_FLAGS], [AC_REQUIRE([KPSE_LIBPNG_FLAGS])[]dnl AC_REQUIRE([KPSE_FREETYPE2_FLAGS])[]dnl _KPSE_LIB_FLAGS([gd], [gd], [], - [-IBLD/libs/gd/include], [BLD/libs/gd/libgd.a], [], + [-IBLD/libs/gd/include -DNONDLL], [BLD/libs/gd/libgd.a], [], [], [${top_builddir}/../../libs/gd/include/gd.h])[]dnl ]) # KPSE_GD_FLAGS -- cgit v1.2.3