From: Bruno Haible Date: Sat, 12 Feb 2005 17:01:56 +0000 (+0000) Subject: Upgrade to libtool-1.5.14. X-Git-Tag: v0.14.2~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e4a28a7dfb1b665c116d97cb221bff7261e6559;p=thirdparty%2Fgettext.git Upgrade to libtool-1.5.14. --- diff --git a/ChangeLog b/ChangeLog index 39ca61216..3e42c8344 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2005-02-12 Bruno Haible + + * config/ltmain.sh: Upgrade to libtool-1.5.14. + 2003-11-27 Bruno Haible + * config/ltmain.sh: In the trampoline code, include string.h, + ctype.h, and return 127. Fixes warnings on cygwin. + 2003-02-18 Bruno Haible + * config/ltmain.sh (install): Use "ln -s -f" instead of + "rm -f && ln -s" to make a symlink for a shared library. Take + care of Solaris /bin/ln. + Reported by Nelson H. F. Beebe . + 2001-11-03 Bruno Haible + * config/ltmain.sh: chmod 777 the .libs directory, so that + "make install" succeeds. + 2005-02-11 Bruno Haible * config/config.guess, config/config.sub: Update to GNU version diff --git a/config/ltmain.sh b/config/ltmain.sh index 5ad391355..343d56faf 100644 --- a/config/ltmain.sh +++ b/config/ltmain.sh @@ -43,8 +43,8 @@ EXIT_FAILURE=1 PROGRAM=ltmain.sh PACKAGE=libtool -VERSION=1.5.12 -TIMESTAMP=" (1.1220.2.191 2005/02/05 15:01:15)" +VERSION=1.5.14 +TIMESTAMP=" (1.1220.2.195 2005/02/12 12:12:33)" # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes. @@ -438,7 +438,7 @@ do --version) $echo "$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP" $echo - $echo "Copyright (C) 2003 Free Software Foundation, Inc." + $echo "Copyright (C) 2005 Free Software Foundation, Inc." $echo "This is free software; see the source for copying conditions. There is NO" $echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." exit $? @@ -1527,6 +1527,8 @@ EOF -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe) compiler_flags="$compiler_flags $arg" + compile_command="$compile_command $arg" + finalize_command="$finalize_command $arg" continue ;;