From: Akim Demaille Date: Thu, 12 Oct 2000 12:45:16 +0000 (+0000) Subject: * tests/mktests.sh: Remove tmp files. X-Git-Tag: autoconf-2.50~583 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d348fb01ae7a98411b6cb28c67cf5cec2b3af78;p=thirdparty%2Fautoconf.git * tests/mktests.sh: Remove tmp files. --- diff --git a/ChangeLog b/ChangeLog index 8a899ccaf..d6e780e1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-10-12 Akim Demaille + + * tests/mktests.sh: Remove tmp files. + 2000-10-12 Akim Demaille Macros used by AC_LANG_COMPILER macros shall not AC_REQUIRE diff --git a/TODO b/TODO index aa290620d..68af60e7e 100644 --- a/TODO +++ b/TODO @@ -9,6 +9,10 @@ these suggestions... their presence here doesn't imply my endorsement. * Autoconf 2.50 +** mktests.sh +It should be adjusted so that when someone runs it with a failing +egrep, the output files are touch'ed. + ** AC_EXEEXT, AC_OBJEXT We need a good implement. As much as possible, they should not depend upon AC_EMXOS2 etc. diff --git a/tests/mktests.sh b/tests/mktests.sh index d1105cfd6..3852a5ab4 100755 --- a/tests/mktests.sh +++ b/tests/mktests.sh @@ -168,5 +168,5 @@ cat $src | mv update.tm4 update.m4 -# rm -f acdefuns audefuns requires +rm -f acdefuns audefuns requires exit 0