Index: bootstrap =================================================================== RCS file: /cvsroot/libtool/libtool/bootstrap,v retrieving revision 1.24 diff -u -r1.24 bootstrap --- bootstrap 25 Feb 2003 00:30:28 -0000 1.24 +++ bootstrap 21 Mar 2003 23:19:50 -0000 @@ -3,7 +3,8 @@ # 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 \) -exec rm -r {} \; +find . \( -name autom4te.cache -prune -exec rm -rf {} \; \) -o \ + \( -name libtool -exec rm -f {} \; \) : ${ACLOCAL=aclocal} : ${AUTOMAKE=automake}