]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acgeneral.m4 (AC_CACHE_SAVE): Use the `clear' trick to work
authorAkim Demaille <akim@epita.fr>
Wed, 29 Nov 2000 18:07:06 +0000 (18:07 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 29 Nov 2000 18:07:06 +0000 (18:07 +0000)
around broken seds.
(_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES): Rename the sed labels to
match the Autoconf documentation.

BUGS

diff --git a/BUGS b/BUGS
index b1d7a9a2dd08cdc6af6841216221bf6a70390e41..2d1376860c61731515fc3de4bf3e45661863f28e 100644 (file)
--- 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.