mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
175bb016dd
Be sure to read this file if you're using a non released Autoconf. * tests/tools.at (Syntax of the scripts): The non built tools are in `$top_srcdir', not `..'. (autoconf --trace): When using `-i' we need the src tree, not the build tree.
33 lines
933 B
Plaintext
33 lines
933 B
Plaintext
-*- outline -*-
|
|
|
|
This file lists the bugs you must be aware ofBe sure to check this
|
|
file before using Autoconf, and especially CVS versions of Autoconf.
|
|
|
|
Many other bugs are registered on the GNATS server:
|
|
|
|
http://sources.redhat.com/cgi-bin/gnatsweb.pl?database=autoconf
|
|
|
|
Please, don't register bugs listed below: we already know we have to
|
|
address them.
|
|
|
|
* Status
|
|
|
|
/*----------------------------------------.
|
|
| DO NOT USE THIS VERSION IN PRODUCTION. |
|
|
`----------------------------------------*/
|
|
|
|
* Serious bugs
|
|
|
|
Autoconf must not be used in production if there are `grave' bugs.
|
|
|
|
** Portability of expr
|
|
AS_DIRNAME is not portable on QNX.
|
|
|
|
** : ${foo=$val}
|
|
There are problems on Ultrix and I don't recall which architecture.
|
|
|
|
** : 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.
|