Index: BUGS
===================================================================
RCS file: /cvs/autoconf/BUGS,v
retrieving revision 1.2
diff -u -u -r1.2 BUGS
--- BUGS 2000/11/29 18:07:06 1.2
+++ BUGS 2001/01/23 09:26:09
@@ -13,7 +13,7 @@
* Status
/*---------------------------------.
- | Use with caution in production. |
+ | Don't use at all, just test it. |
`---------------------------------*/
@@ -21,11 +21,14 @@
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.
+
+** 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.
-* Important bugs
-
-** GNUness of Fortran Compiler
-The test is broken.
-** Portability to Cygwin and others
-EXEEXT and OBJEXT might not be properly computed.
+* Important bugs