summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-01-23 09:27:30 +0000
committerAkim Demaille <akim@epita.fr>2001-01-23 09:27:30 +0000
commitc3388040a50fb8f3cfb36440f5c555b9455108f4 (patch)
treeed21d6dad0495ebc61188d25c716e5b93bf618e4 /BUGS
parent300e5191e0124a4ba44528740095f694b7a18fa7 (diff)
downloadautoconf-c3388040a50fb8f3cfb36440f5c555b9455108f4.tar.gz
Update.
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