From: Bruno Haible Date: Mon, 15 Jul 2002 12:39:34 +0000 (+0000) Subject: Make it possible to build DLLs on Woedoze. X-Git-Tag: v0.11.3~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fb3a7cefe741b48db1d24fcbf352cb1f96c1f4f;p=thirdparty%2Fgettext.git Make it possible to build DLLs on Woedoze. --- diff --git a/ChangeLog b/ChangeLog index e5895b424..f80e4c1a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-06-15 Bruno Haible + + * configure.in: Call AC_LIBTOOL_WIN32_DLL. + 2002-05-19 Bruno Haible * Makefile.am (CONFIGURES_RPATHZ, CONFIGURES_RPATHLZ, diff --git a/configure.in b/configure.in index 1ca4aab8a..ed88ddb32 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.13) AC_INIT(src/msgfmt.c) -AM_INIT_AUTOMAKE(gettext, 0.11.2) +AM_INIT_AUTOMAKE(gettext, 0.11.3-pre2) RELEASE_DATE=2002-04-24 dnl in "date +%Y-%m-%d" format AM_CONFIG_HEADER(config.h) @@ -39,7 +39,8 @@ AC_OBJEXT AC_EXEEXT dnl Check for build configuration. -AM_PROG_LIBTOOL +AC_LIBTOOL_WIN32_DLL +AC_PROG_LIBTOOL AC_DEFINE(_GNU_SOURCE, 1, [Make sure we see all GNU extensions.])