2003-08-05 Alexandre Duret-Lutz <adl@gnu.org>
+ * tests/ltconv.test: s/rm/rm -f/ to placate maintainer-check.
+
* automake.in (handle_texinfo_helper): Use the user definition
of TEXINFO_TEX before checking for cygnus or AC_CONFIG_AUX_DIR.
* tests/txinfo22.test: New file.
test -f sub2/sub22/libsub22.la
$MAKE check
test -f check-ok
-rm check-ok
+rm -f check-ok
$MAKE install
test -f lib/libtop.la
$MAKE installcheck
test -f installcheck-ok
-rm installcheck-ok
+rm -f installcheck-ok
find empty -type f -print > empty.lst
cat empty.lst
$MAKE installcheck
test -f installcheck-ok
-rm installcheck-ok
+rm -f installcheck-ok
$MAKE uninstall
find lib -type f -print > lib.lst