From: Ralf Wildenhues Date: Tue, 31 Aug 2004 10:49:12 +0000 (+0000) Subject: * bootstrap: Update warning message to reflect having split X-Git-Tag: release-1-9d~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=801651b972b7896c63011628e02cc3a755ba4c6f;p=thirdparty%2Flibtool.git * bootstrap: Update warning message to reflect having split libtool.m4 into several files. Also, add config/ltmain.sh to list of stale files from previous versions to be removed before bootstrap. --- diff --git a/ChangeLog b/ChangeLog index 6ba135421..0631badf3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2004-08-31 Ralf Wildenhues + * bootstrap: Update warning message to reflect having split + libtool.m4 into several files. + Also, add config/ltmain.sh to list of stale files from previous + versions to be removed before bootstrap. + * libltdl/ltdl.c: Replace strdup with lt__strdup. 2004-08-30 Gary V. Vaughan diff --git a/bootstrap b/bootstrap index 804bf792d..7e51beacc 100755 --- a/bootstrap +++ b/bootstrap @@ -35,14 +35,14 @@ WARNING: If bootstrapping with this script fails, it may be due to an WARNING: incompatible installed `libtool.m4' being pulled in to WARNING: `aclocal.m4'. The best way to work around such a problem is to WARNING: uninstall your system libtool files, or failing that, overwrite -WARNING: them with `libtool.m4' as shipped with this distribution. -WARNING: After that, retry this bootstrap. +WARNING: them with all m4 file as shipped with this distribution (except +WARNING: `lt~obsolete.m4'). After that, retry this bootstrap. EOF rm -rf `find . -path './{arch}' -prune -o \( -name autom4te.cache -o -name libtool \) -print` # Delete stale files from previous libtool versions. -rm -f acinclude.m4 libltdl/config.h +rm -f acinclude.m4 config/ltmain.sh libltdl/config.h if test -z "$reconfdirs"; then reconfdirs=". `ls -1d tests/*demo tests/*demo[0-9]`"