diff options
author | Akim Demaille <akim@epita.fr> | 2000-11-29 18:07:06 +0000 |
---|---|---|
committer | Akim Demaille <akim@epita.fr> | 2000-11-29 18:07:06 +0000 |
commit | 7513ed15060211b36c74467cebdcf4b2e013e573 (patch) | |
tree | ecb8af5da3ffc87a5b9f237fa7689a12cae18e90 /BUGS | |
parent | b5dcefc8762e4e33c688d87244016a0b2c1d507e (diff) | |
download | autoconf-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-- | BUGS | 23 |
1 files changed, 11 insertions, 12 deletions
@@ -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. |