From: Akim Demaille Date: Wed, 29 Nov 2000 18:07:06 +0000 (+0000) Subject: * acgeneral.m4 (AC_CACHE_SAVE): Use the `clear' trick to work X-Git-Tag: autoconf-2.50~374 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7513ed15060211b36c74467cebdcf4b2e013e573;p=thirdparty%2Fautoconf.git * 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. --- diff --git a/BUGS b/BUGS index b1d7a9a2d..2d1376860 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.