]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Make it possible to build DLLs on Woedoze.
authorBruno Haible <bruno@clisp.org>
Mon, 15 Jul 2002 12:39:34 +0000 (12:39 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:08:37 +0000 (12:08 +0200)
ChangeLog
configure.in

index e5895b4243f8dbeccb7e7a2c0d7ec960e6da8be7..f80e4c1a4f7712987f7abf192567405c4df870ea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-15  Bruno Haible  <bruno@clisp.org>
+
+       * configure.in: Call AC_LIBTOOL_WIN32_DLL.
+
 2002-05-19  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am (CONFIGURES_RPATHZ, CONFIGURES_RPATHLZ,
index 1ca4aab8a3afae5c3ad7216f53b622d4155f262f..ed88ddb3251e558179510f96093a085af424938a 100644 (file)
@@ -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.])