]> 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 02:56:43 +0000 (02:56 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sat, 8 Sep 2001 02:56:43 +0000 (02:56 +0000)
get caught by something from a previous build.

ChangeLog
bootstrap

index 8a7f2e6de616dee291f751d9d19b5e1801cfa0c0..cf5b4cb9a06574c5c4c52eca28b20f97adc2fa59 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-09-07  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 1ea6b760f2242ed299563e43355fd0eb53980c67..4be1d957398ad0bfab767994ea795b244b7c873b 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -3,7 +3,7 @@
 # helps bootstrapping libtool, when checked out from CVS
 # requires GNU autoconf and GNU automake
 
-find . -name autom4te.cache -print | xargs rm -r
+find . \( -name autom4te.cache -o -name libtool \) -print | xargs rm -r
 
 file=Makefile.in