From: Gary V. Vaughan Date: Sat, 8 Sep 2001 02:56:43 +0000 (+0000) Subject: * bootstrap: Cleanup `autom4te' and `libtool' so that we don't X-Git-Tag: release-1-4-2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39c99ccaaa286027f3793c03c52dc716fa75b7d2;p=thirdparty%2Flibtool.git * bootstrap: Cleanup `autom4te' and `libtool' so that we don't get caught by something from a previous build. --- diff --git a/ChangeLog b/ChangeLog index 8a7f2e6de..cf5b4cb9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-09-07 Gary V. Vaughan + * 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. diff --git a/bootstrap b/bootstrap index 1ea6b760f..4be1d9573 100755 --- 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