diff options
author | Bruno Haible <bruno@clisp.org> | 2008-04-20 06:48:01 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:15:40 +0200 |
commit | 1fd8200cd9d428ca1fc860dd62199804adcd9384 (patch) | |
tree | 8cb45983e93bea73c7aef7d83033ee9e54f051aa /gettext-tools | |
parent | cdd3b4987eae22d0b245438c0bcf05e92b3badc7 (diff) | |
download | external_gettext-1fd8200cd9d428ca1fc860dd62199804adcd9384.zip external_gettext-1fd8200cd9d428ca1fc860dd62199804adcd9384.tar.gz external_gettext-1fd8200cd9d428ca1fc860dd62199804adcd9384.tar.bz2 |
Switch to libtool-2.2.2.
Diffstat (limited to 'gettext-tools')
-rw-r--r-- | gettext-tools/ChangeLog | 4 | ||||
-rw-r--r-- | gettext-tools/configure.ac | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index bac48de..ecb8a3d 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,7 @@ +2008-04-20 Bruno Haible <bruno@clisp.org> + + * configure.ac: Use LT_INIT instead of AC_PROG_LIBTOOL. + 2007-11-15 Bruno Haible <bruno@clisp.org> * configure.ac: Check for getrlimit and setrlimit. diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index a512aa6..307ade9 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -1,5 +1,5 @@ dnl Configuration for the gettext-tools directory of GNU gettext -dnl Copyright (C) 1995-1999, 2000-2007 Free Software Foundation, Inc. +dnl Copyright (C) 1995-1999, 2000-2008 Free Software Foundation, Inc. dnl dnl This program is free software: you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by @@ -88,8 +88,7 @@ gtpo_EARLY dnl Check for build configuration. gl_WOE32_DLL -AC_LIBTOOL_WIN32_DLL -AC_PROG_LIBTOOL +LT_INIT([win32-dll]) case "$host_os" in # On Cygwin, without -no-undefined, a warning is emitted and only a static # library is built. |