amok through the tree with 'rm -rf'!
+2004-03-02 Gary V. Vaughan <gary@gnu.org>
+
+ * bootstrap: Prune out my arch mirror dir before running
+ amok through the tree with 'rm -rf'!
+
2004-03-02 Patrick Welche <prlw1@newn.cam.ac.uk>
* doc/libtool.texi (LT_INIT): Dumb typos fixed.
WARNING: After that, retry this bootstrap.
EOF
-rm -rf `find . \( -name autom4te.cache -o -name libtool \) -print`
+rm -rf `find . -path './{arch}' -prune -o \( -name autom4te.cache -o -name libtool \) -print`
fakes="config/ltmain.sh config/libtoolize"
if test -z "$reconfdirs"; then