]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/tools.at (Syntax of the scripts): Check "autoreconf"
authorPavel Roskin <proski@gnu.org>
Thu, 9 Nov 2000 19:13:23 +0000 (19:13 +0000)
committerPavel Roskin <proski@gnu.org>
Thu, 9 Nov 2000 19:13:23 +0000 (19:13 +0000)
only once. Check "install-sh", "mkinstalldirs" and "missing".

ChangeLog
tests/tools.at

index 03afd3876761471cdc9dd01cd3705cc0d3d9d1ba..6a8346486fe06cfd7e22483ee5bdc593c7de9504 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index 66ddde5e44ee3eb034ea3515c73f71b52d9bb69d..dc28a66bc33f70ca6e6611ac5aa8d4f605444cc1 100644 (file)
@@ -60,8 +60,10 @@ if /bin/sh ./syntax.sh; then
   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