+2000-11-09 Pavel Roskin <proski@gnu.org>
+
+ * tests/tools.at (Syntax of the scripts): Check "autoreconf"
+ only once. Check "install-sh", "mkinstalldirs" and "missing".
+
2000-11-09 Pavel Roskin <proski@gnu.org>
* acgeneral.m4 (_AC_COMPUTE_INT_COMPILE): Use ":" instead of
AT_CHECK([/bin/sh -n ../autoconf], 0)
AT_CHECK([/bin/sh -n ../autoreconf], 0)
AT_CHECK([/bin/sh -n ../autoupdate], 0)
- AT_CHECK([/bin/sh -n ../autoreconf], 0)
AT_CHECK([/bin/sh -n ../ifnames], 0)
+ AT_CHECK([/bin/sh -n ../install-sh], 0)
+ AT_CHECK([/bin/sh -n ../mkinstalldirs], 0)
+ AT_CHECK([/bin/sh -n ../missing], 0)
fi
AT_CLEANUP