* Status
/*---------------------------------.
- | Use with caution in production. |
+ | Don't use at all, just test it. |
`---------------------------------*/
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