]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* bootstrap: Delete acinclude.m4.
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 14 Apr 2004 10:50:09 +0000 (10:50 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 14 Apr 2004 10:50:09 +0000 (10:50 +0000)
ChangeLog
bootstrap

index 4b03682925e18641a3ce4d216211399596838688..69f425afcc4f4dd5ecc8d321e4402bd98758a302 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-14  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * bootstrap: Delete acinclude.m4.
+
 2004-04-13  Scott James Remnant  <scott@netsplit.com>
 
        * Makefile.am (XDELTA_OPTIONS): Remove --pristine as that
        * NEWS: updated.
 
        Released 1.5.6
-       
+
        * configure.ac: Bumped version to 1.5.6.
        * NEWS: updated.
 
 2004-04-10  Peter Breitenlohner <peb@mppmu.mpg.de>
-       
+
        * libltdl/Makefile.am (local-install-files): remove $srcdir from
        file names, they may have been placed there by automake-1.8.
-       
+
 2004-04-08  Fredrik Estreen  <estreen@algonet.se>
 
        * ltdl.m4: Rename shrext to shrext_cmds here too.
-       
+
 2004-04-04  Peter O'Gorman  <peter@pogma.com>
 
        * Makefile.am: One install-data-hook target is better than two.
-       
+
 2004-04-03  Peter O'Gorman  <peter@pogma.com>
 
        * configure.ac: Bumped version to 1.5.5a.
        * NEWS: updated.
 
        Released 1.5.4
-       
+
        * configure.ac: Bumped version to 1.5.4.
        * NEWS: updated.
        * config.guess, config.sub, texinfo.tex:  Synchronized from
        ftp.gnu.org.
-       
+
 2004-04-01  Peter O'Gorman  <peter@pogma.com>
 
        * ltmain.in: Remove an extra eval concat_cmds that some idiot added.
        Fixes double eval on AIX, reported by Albert Chin and Uwe Moeller.
-       
+
 2004-03-24  Scott James Remnant  <scott@netsplit.com>
 
        * ltmain.in <prog linkmode>: Always add -L options to
index 7577bee972d8a12ce9459e42cb67720ead3682f7..256d6753b900a33c3882d1f406d0875f9e4fe219 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -5,6 +5,9 @@
 
 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
+
 : ${ACLOCAL=aclocal}
 : ${AUTOMAKE=automake}
 : ${AUTOCONF=autoconf}
@@ -17,7 +20,7 @@ touch libtoolize
 
 for sub in . libltdl cdemo demo depdemo mdemo mdemo2 pdemo tagdemo f77demo; do
   case $sub in
-  .) 
+  .)
     top_srcdir=.
     acfiles="$top_srcdir/libtool.m4"
     AUTOMAKE_FLAGS="--gnu --add-missing --copy"