2001-09-11 Gary V. Vaughan <gary@gnu.org>
+ * bootstrap: Be robust to having no files that need removing.
+
* configure.in: Bumped version to 1.4.2a.
GNU libtool 1.4.2 was released.
(AC_PROG_LD): Don't forget to AC_REQUIRE it! Be careful not to
set IFS="${IFS}$PATH_SEPARATOR" for PATH splitting, otherwise
spaces in directory names will be lost.
- (AC_PROG_NM): Dittp.
+ (AC_PROG_NM): Ditto.
* ltmain.in: Default IFS once, at the start.
Reported by Akim Demaille <akim@epita.fr>
# helps bootstrapping libtool, when checked out from CVS
# requires GNU autoconf and GNU automake
-find . \( -name autom4te.cache -o -name libtool \) -print | xargs rm -r
+find . \( -name autom4te.cache -o -name libtool \) -exec rm -r {} \;
file=Makefile.in