+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
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.
--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 $?
-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe)
compiler_flags="$compiler_flags $arg"
+ compile_command="$compile_command $arg"
+ finalize_command="$finalize_command $arg"
continue
;;