]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/mktests.sh: Remove tmp files.
authorAkim Demaille <akim@epita.fr>
Thu, 12 Oct 2000 12:45:16 +0000 (12:45 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 12 Oct 2000 12:45:16 +0000 (12:45 +0000)
ChangeLog
TODO
tests/mktests.sh

index 8a899ccaf602af86bb71a5686df7df1cb5aa79f4..d6e780e1e9e55ef4bb0cddcb543e12a1ba0086d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-10-12  Akim Demaille  <akim@epita.fr>
+
+       * tests/mktests.sh: Remove tmp files.
+
 2000-10-12  Akim Demaille  <akim@epita.fr>
 
        Macros used by AC_LANG_COMPILER macros shall not AC_REQUIRE
diff --git a/TODO b/TODO
index aa290620d8eb855a81a4765f05d6b3f4b54d75b2..68af60e7e3c17232e74cdf7fd661b42346090410 100644 (file)
--- 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.
index d1105cfd6e6000852d5f57319df633df6f5b060d..3852a5ab4e2271fc6eb5b7b0046eb931bcfe6b85 100755 (executable)
@@ -168,5 +168,5 @@ cat $src |
 
 mv update.tm4 update.m4
 
-rm -f acdefuns audefuns requires
+rm -f acdefuns audefuns requires
 exit 0