From: Pavel Roskin Date: Thu, 9 Nov 2000 19:13:23 +0000 (+0000) Subject: * tests/tools.at (Syntax of the scripts): Check "autoreconf" X-Git-Tag: autoconf-2.50~452 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a885ca54362b8738bef53dbadac50159d4ce10a5;p=thirdparty%2Fautoconf.git * tests/tools.at (Syntax of the scripts): Check "autoreconf" only once. Check "install-sh", "mkinstalldirs" and "missing". --- diff --git a/ChangeLog b/ChangeLog index 03afd3876..6a8346486 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-11-09 Pavel Roskin + + * tests/tools.at (Syntax of the scripts): Check "autoreconf" + only once. Check "install-sh", "mkinstalldirs" and "missing". + 2000-11-09 Pavel Roskin * acgeneral.m4 (_AC_COMPUTE_INT_COMPILE): Use ":" instead of diff --git a/tests/tools.at b/tests/tools.at index 66ddde5e4..dc28a66bc 100644 --- a/tests/tools.at +++ b/tests/tools.at @@ -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