From 801651b972b7896c63011628e02cc3a755ba4c6f Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Tue, 31 Aug 2004 10:49:12 +0000 Subject: [PATCH] * 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. --- ChangeLog | 5 +++++ bootstrap | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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]`" -- 2.47.2