summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-01-30 16:21:21 +0000
committerAkim Demaille <akim@epita.fr>2001-01-30 16:21:21 +0000
commit37433fe621981f3880d9b327ec60b1b873a76700 (patch)
treee20bf8ce8a68e2e3e4fb5c87c54b3146617fae67 /BUGS
parent4d2b6bfb9aaac4dda38d8a227d95ab509807ecf9 (diff)
downloadautoconf-37433fe621981f3880d9b327ec60b1b873a76700.tar.gz
Update.
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS26
1 files changed, 23 insertions, 3 deletions
diff --git a/BUGS b/BUGS
index 9be3a5c2..6f3bc013 100644
--- a/BUGS
+++ b/BUGS
@@ -15,6 +15,26 @@ address them.
* Status
- /*----------------------------------.
- | No known bug, release candidate. |
- `----------------------------------*/
+ /*------------.
+ | Don't use. |
+ `------------*/
+
+* Serious Problems
+
+** Broken compilers
+
+configure does not properly diagnose broken compilers (because it
+finds the failure before the code that checks whether the compiler
+works). It is not to serious a bug, but most notably the test suite
+will fail to handle gracefully missing compilers (typically the
+Fortran compiler).
+
+** Special characters and config.hin
+
+The handling of special characters, most notable backslashes, of
+course, might be nonportable in addition of being of clearly
+specified.
+
+** AC_TRY_EVAL of multi line commands
+
+Is broken.