From: Gary V. Vaughan Date: Tue, 11 Sep 2001 19:09:39 +0000 (+0000) Subject: * bootstrap: Be robust to having no files that need removing. X-Git-Tag: release-1-4-3~55 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c916956e4fc54022bf682bcdafbee876aa713413;p=thirdparty%2Flibtool.git * bootstrap: Be robust to having no files that need removing. --- diff --git a/ChangeLog b/ChangeLog index 363df66fe..f4553cc35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-09-11 Gary V. Vaughan + * bootstrap: Be robust to having no files that need removing. + * configure.in: Bumped version to 1.4.2a. GNU libtool 1.4.2 was released. @@ -50,7 +52,7 @@ (AC_PROG_LD): Don't forget to AC_REQUIRE it! Be careful not to set IFS="${IFS}$PATH_SEPARATOR" for PATH splitting, otherwise spaces in directory names will be lost. - (AC_PROG_NM): Dittp. + (AC_PROG_NM): Ditto. * ltmain.in: Default IFS once, at the start. Reported by Akim Demaille diff --git a/bootstrap b/bootstrap index 4e1f1b5c8..9c246d503 100755 --- a/bootstrap +++ b/bootstrap @@ -3,7 +3,7 @@ # helps bootstrapping libtool, when checked out from CVS # requires GNU autoconf and GNU automake -find . \( -name autom4te.cache -o -name libtool \) -print | xargs rm -r +find . \( -name autom4te.cache -o -name libtool \) -exec rm -r {} \; file=Makefile.in