]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Update.
authorAkim Demaille <akim@epita.fr>
Tue, 23 Jan 2001 09:27:30 +0000 (09:27 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 23 Jan 2001 09:27:30 +0000 (09:27 +0000)
BUGS

diff --git a/BUGS b/BUGS
index 2d1376860c61731515fc3de4bf3e45661863f28e..d1ed999a8ab57383d5760c97a4161d61155a39c4 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -13,7 +13,7 @@ address them.
 * Status
 
        /*---------------------------------.
-       | Use with caution in production.  |
+       | Don't use at all, just test it.  |
        `---------------------------------*/
 
 
@@ -21,11 +21,14 @@ address them.
 
 Autoconf must not be used in production if there are serious bugs.
 
+** Unexpanded macros
+Some macros are left unexpanded (grep AS_MESSAGE configure), and
+worse, autoconf doesn't complain.
 
-* Important bugs
+** AC_LANG vs AC_REQUIRE
+Because AC_REQUIRE makes the `time' concept different for Sh and M4,
+it may happen that the currently required language is not the one
+currently set.
 
-** GNUness of Fortran Compiler
-The test is broken.
 
-** Portability to Cygwin and others
-EXEEXT and OBJEXT might not be properly computed.
+* Important bugs