From: Gary V. Vaughan Date: Tue, 11 Sep 2001 19:13:46 +0000 (+0000) Subject: * bootstrap: Be robust to having no files that need removing. X-Git-Tag: release-1-4d~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56245fe9efcb7591a9d7c2b7f9766bdb5e22920c;p=thirdparty%2Flibtool.git * bootstrap: Be robust to having no files that need removing. --- diff --git a/ChangeLog b/ChangeLog index ef029ddb2..6753a7030 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. + * libltdl/configure.ac (AM_INIT_AUTOMAKE): Bump libltdl version to 1.2. * libltdl/Makefile.am (libltdl_la_LDFLAGS): Bump libtool library diff --git a/bootstrap b/bootstrap index 59aa2ae65..7304e8f92 100755 --- a/bootstrap +++ b/bootstrap @@ -3,7 +3,7 @@ # helps bootstrapping libtool, when checked out from CVS # requires at least GNU autoconf 2.50 and GNU automake1.4-p5 -find . \( -name autom4te.cache -o -name libtool \) -print | xargs rm -r +find . \( -name autom4te.cache -o -name libtool \) -exec rm -r {} \; : ${ACLOCAL=aclocal} : ${AUTOMAKE=automake}