From: Alexandre Duret-Lutz Date: Wed, 14 Apr 2004 10:40:46 +0000 (+0000) Subject: * bootstrap: Delete acinclude.m4. X-Git-Tag: release-1-9b~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=592eec7850dcb832eaf1222c89029fd9536164bd;p=thirdparty%2Flibtool.git * bootstrap: Delete acinclude.m4. --- diff --git a/ChangeLog b/ChangeLog index c3f1a9c79..42d8e8e80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-04-14 Alexandre Duret-Lutz + + * bootstrap: Delete acinclude.m4. + 2004-04-14 Gary V. Vaughan * libtoolize.in (configure_ac): Don't complain about the lack of diff --git a/bootstrap b/bootstrap index 60c1c86ad..e3fea810a 100755 --- a/bootstrap +++ b/bootstrap @@ -1,7 +1,7 @@ #! /bin/sh # bootstrap -- Helps bootstrapping libtool, when checked out from CVS. # -# Copyright (C) 2003 Free Software Foundation +# Copyright (C) 2003, 2004 Free Software Foundation # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -36,6 +36,9 @@ EOF rm -rf `find . -path './{arch}' -prune -o \( -name autom4te.cache -o -name libtool \) -print` +# Delete stale acinclude.m4 from previous libtool versions. +rm -f acinclude.m4 + fakes="config/ltmain.sh config/libtoolize" if test -z "$reconfdirs"; then reconfdirs=". `ls -1d tests/*demo tests/*demo[0-9]`"