From: Gary V. Vaughan Date: Sat, 8 Sep 2001 03:06:31 +0000 (+0000) Subject: * bootstrap: Cleanup `autom4te' and `libtool' so that we don't X-Git-Tag: release-1-4d~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aac7f0777e9c8d2dabb29141dcec98629ab4d93a;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 a125313ac..b87ad5641 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-09-08 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 d42ec0821..59aa2ae65 100755 --- 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}