]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* bootstrap, m4/libtool.m4: Argh, Gary went crazy after cvsapply
authorScott James Remnant <scott@netsplit.com>
Thu, 12 Feb 2004 21:57:07 +0000 (21:57 +0000)
committerScott James Remnant <scott@netsplit.com>
Thu, 12 Feb 2004 21:57:07 +0000 (21:57 +0000)
went crazy and backed out more than he should've.  This patch puts
some of it back again.

ChangeLog
bootstrap
m4/libtool.m4

index 4c9bb9c5161d28e5c0e177338bde249f14c00056..fd8c77e6b23968ec6cfccb17539f05de58d69904 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,21 +1,19 @@
 2004-02-12  Scott James Remnant  <scott@netsplit.com>
 
+       * bootstrap, m4/libtool.m4: Argh, Gary went crazy after cvsapply
+       went crazy and backed out more than he should've.  This patch puts
+       some of it back again.
+
        * ltmain.in, libtoolize.in, commit, config/mailnotify: Remove
        $SED from definitions of $dirname and $basename and prefix each
        use with it instead.  Some shells (zsh) treat the expansion as
        a single command instead of a command with arguments.
 
-2004-02-12  Scott James Remnant  <scott@netsplit.com>
-
        * config/mailnotify (func_sendmail): Look for sendmail in a
        couple of common non-PATH locations as well.
 
-2004-02-12  Scott James Remnant  <scott@netsplit.com>
-
        * ltmain.in: Fix typo: macro's -> macros.
 
-2004-02-12  Scott James Remnant  <scott@netsplit.com>
-
        * ltmain.in: Correct definition of basename sed expression to
        not include single quotes.
 
index 07c3e5bd14e6e6db8a9f78745692c5638c502d58..e1495e9e9dd06f1db58707fec731f58eccbed286 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -67,6 +67,6 @@ for file in $fakes; do
 done
 
 # These files con cause an infinite configure loop if left behind.
-rm -f Makefile libltdl/Makefile libtool
+rm -f Makefile libltdl/Makefile libtool vcl.tmp
 
 exit 0
index bb28a40874fc114faf7ac26e23dc6d4454094455..a155d873f7a789b0699430c6ce637c75c04d0d36 100644 (file)
@@ -97,6 +97,7 @@ dnl Autoconf doesn't catch unexpanded LT_ macros by default:
 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
 m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW)$])dnl
 AC_REQUIRE([LTSUGAR_VERSION])dnl
+AC_REQUIRE([LTVERSION_VERSION])dnl
 AC_REQUIRE([AC_CANONICAL_HOST])dnl
 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
 _LT_DECL([], [host_alias], [0], [The host system])dnl