summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2000-11-29 18:07:06 +0000
committerAkim Demaille <akim@epita.fr>2000-11-29 18:07:06 +0000
commit7513ed15060211b36c74467cebdcf4b2e013e573 (patch)
treeecb8af5da3ffc87a5b9f237fa7689a12cae18e90 /BUGS
parentb5dcefc8762e4e33c688d87244016a0b2c1d507e (diff)
downloadautoconf-7513ed15060211b36c74467cebdcf4b2e013e573.tar.gz
* acgeneral.m4 (AC_CACHE_SAVE): Use the `clear' trick to work
around broken seds. (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES): Rename the sed labels to match the Autoconf documentation.
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS23
1 files changed, 11 insertions, 12 deletions
diff --git a/BUGS b/BUGS
index b1d7a9a2..2d137686 100644
--- a/BUGS
+++ b/BUGS
@@ -12,21 +12,20 @@ address them.
* Status
- /*----------------------------------------.
- | DO NOT USE THIS VERSION IN PRODUCTION. |
- `----------------------------------------*/
+ /*---------------------------------.
+ | Use with caution in production. |
+ `---------------------------------*/
+
* Serious bugs
-Autoconf must not be used in production if there are `grave' bugs.
+Autoconf must not be used in production if there are serious bugs.
+
-** Portability of expr
-AS_DIRNAME is not portable on QNX.
+* Important bugs
-** : ${foo=$val}
-There are problems on Ultrix and I don't recall which architecture.
+** GNUness of Fortran Compiler
+The test is broken.
-** : foo=${foo='${MAGIC}'}
-Solaris behaves very improperly here and adds braces. This affects
-the cache mechanism. Fortunately it is uncommon to have such cache
-entries, but Libtool is affected.
+** Portability to Cygwin and others
+EXEEXT and OBJEXT might not be properly computed.