From: Akim Demaille Date: Tue, 12 Dec 2000 11:26:41 +0000 (+0000) Subject: * tests/suite.at: Run `tools.at' first. X-Git-Tag: autoconf-2.50~329 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2079a725e1c05dd13bc5a161382797bb26bf0cf7;p=thirdparty%2Fautoconf.git * tests/suite.at: Run `tools.at' first. --- diff --git a/ChangeLog b/ChangeLog index ca7caaa75..5fd821d6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-12-12 Akim Demaille + + * tests/suite.at: Run `tools.at' first. + 2000-12-12 Akim Demaille * tests/aclocal.m4 (AC_STATE_SAVE): Use a more precise regexp to diff --git a/tests/suite.at b/tests/suite.at index c7402fbf6..2789dcaeb 100644 --- a/tests/suite.at +++ b/tests/suite.at @@ -15,6 +15,10 @@ macros are supposed to test (e.g., a Fortran compiler).]) # Run the tests from the lowest level to the highest level, and from # the most selective to the easiest. +# The executables. +# Even the tests on M4sugar and M4sh use `autoconf', so check it first. +m4_include([tools.at]) + # M4sugar. m4_include([m4sugar.at]) @@ -24,9 +28,6 @@ m4_include([m4sh.at]) # Autoconf base macros. m4_include([base.at]) -# The executables. -m4_include([tools.at]) - # Testing config.status # --------------------- # Actually should be named config.status.at but I fear problems with