summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS15
1 files changed, 9 insertions, 6 deletions
diff --git a/BUGS b/BUGS
index 2d137686..d1ed999a 100644
--- 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