./{arch}/libtool during bootstrap.
+2005-09-22 Gary V. Vaughan <gary@gnu.org>
+
+ * bootstrap: Don't clobber the working copy metadata in
+ ./{arch}/libtool during bootstrap.
+
2005-09-22 Peter Ekberg <peda@lysator.liu.se>,
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
WARNING: `lt~obsolete.m4'). After that, retry this bootstrap.
EOF
-find . -name '{arch}' -prune -o \( -name autom4te.cache -o -name libtool \) \
- -depth -exec rm -rf \{\} \;
+find . \( -name autom4te.cache -o -name libtool \) -depth -print \
+ | grep -v '{arch}' \
+ | xargs rm -rf
# Delete stale files from previous libtool versions.
rm -f acinclude.m4 libltdl/config.h