]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Upgrade to libtool-1.5.14.
authorBruno Haible <bruno@clisp.org>
Sat, 12 Feb 2005 17:01:56 +0000 (17:01 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:13 +0000 (12:12 +0200)
ChangeLog
config/ltmain.sh

index 39ca612166c1e0f9d086f904245ca7367988e4f7..3e42c8344ebff6ca53a700ad9ce1b32459b66a6d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2005-02-12  Bruno Haible  <bruno@clisp.org>
+
+       * config/ltmain.sh: Upgrade to libtool-1.5.14.
+       2003-11-27  Bruno Haible  <bruno@clisp.org>
+               * config/ltmain.sh: In the trampoline code, include string.h,
+               ctype.h, and return 127. Fixes warnings on cygwin.
+       2003-02-18  Bruno Haible  <bruno@clisp.org>
+               * 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 <beebe@math.utah.edu>.
+       2001-11-03  Bruno Haible  <bruno@clisp.org>
+               * config/ltmain.sh: chmod 777 the .libs directory, so that
+               "make install" succeeds.
+
 2005-02-11  Bruno Haible  <bruno@clisp.org>
 
        * config/config.guess, config/config.sub: Update to GNU version
index 5ad3913556e8c630ad3b89bdf00393cdba821433..343d56faf8791bfa6f9040676654d0a2904895d8 100644 (file)
@@ -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
        ;;