* tests/mktests.sh: Remove tmp files.

This commit is contained in:
Akim Demaille 2000-10-12 12:45:16 +00:00
parent 6af38a6c4e
commit 5d348fb01a
3 changed files with 9 additions and 1 deletions

View File

@ -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

4
TODO
View File

@ -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.

View File

@ -168,5 +168,5 @@ cat $src |
mv update.tm4 update.m4
# rm -f acdefuns audefuns requires
rm -f acdefuns audefuns requires
exit 0