]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* bootstrap: Cleanup `autom4te' and `libtool' so that we don't
authorGary V. Vaughan <gary@gnu.org>
Sat, 8 Sep 2001 03:06:31 +0000 (03:06 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sat, 8 Sep 2001 03:06:31 +0000 (03:06 +0000)
get caught by something from a previous build.

ChangeLog
bootstrap

index a125313acc7b98f57f056ea841a1fe6c83c68388..b87ad564175bfbea387521c517dc59d20478d48e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-09-08  Gary V. Vaughan  <gary@gnu.org>
 
+       * bootstrap: Cleanup `autom4te' and `libtool' so that we don't
+       get caught by something from a previous build.
+
        * libtool.m4 (archive_cmds, archive_expsym_cmds) [solaris*]: Revert
        my 2001-09-06 patch.
        (no_undefined_flag)i [solaris*]: Revert Alexandre's 2001-04-11 patch.
index d42ec082122e4f070b6e85952e9ee8d67b5b0dd5..59aa2ae654b7c4c697163930094a6ac581bdeb71 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,7 +1,9 @@
 #! /bin/sh
 
 # helps bootstrapping libtool, when checked out from CVS
-# requires at least GNU autoconf 2.50 and GNU automake1.4-p4
+# requires at least GNU autoconf 2.50 and GNU automake1.4-p5
+
+find . \( -name autom4te.cache -o -name libtool \) -print | xargs rm -r
 
 : ${ACLOCAL=aclocal}
 : ${AUTOMAKE=automake}