From 56245fe9efcb7591a9d7c2b7f9766bdb5e22920c Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Tue, 11 Sep 2001 19:13:46 +0000 Subject: [PATCH] * bootstrap: Be robust to having no files that need removing. --- ChangeLog | 2 ++ bootstrap | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ef029ddb..6753a703 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 59aa2ae6..7304e8f9 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}