From c916956e4fc54022bf682bcdafbee876aa713413 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Tue, 11 Sep 2001 19:09:39 +0000 Subject: [PATCH] * bootstrap: Be robust to having no files that need removing. --- ChangeLog | 4 +++- bootstrap | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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 -- 2.47.3