From: Alexandre Duret-Lutz Date: Wed, 14 Apr 2004 10:50:09 +0000 (+0000) Subject: * bootstrap: Delete acinclude.m4. X-Git-Tag: release-1-5-8~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=34b1f72a783c569fb5461e0632b5a3d000f0fcdf;p=thirdparty%2Flibtool.git * bootstrap: Delete acinclude.m4. --- diff --git a/ChangeLog b/ChangeLog index 4b0368292..69f425afc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-04-14 Alexandre Duret-Lutz + + * bootstrap: Delete acinclude.m4. + 2004-04-13 Scott James Remnant * Makefile.am (XDELTA_OPTIONS): Remove --pristine as that @@ -9,40 +13,40 @@ * NEWS: updated. Released 1.5.6 - + * configure.ac: Bumped version to 1.5.6. * NEWS: updated. 2004-04-10 Peter Breitenlohner - + * 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 * ltdl.m4: Rename shrext to shrext_cmds here too. - + 2004-04-04 Peter O'Gorman * Makefile.am: One install-data-hook target is better than two. - + 2004-04-03 Peter O'Gorman * 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 * 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 * ltmain.in : Always add -L options to diff --git a/bootstrap b/bootstrap index 7577bee97..256d6753b 100755 --- 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"