mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-17 14:01:27 +08:00
27 lines
729 B
Plaintext
27 lines
729 B
Plaintext
-*- outline -*-
|
|
|
|
This file lists the bugs you must be aware of. Be sure to check this
|
|
file before using Autoconf, and especially CVS versions of Autoconf.
|
|
|
|
Autoconf must not be used in production if there are ``Serious'' bugs,
|
|
and use with caution an Autoconf with ``Important bugs''.
|
|
|
|
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
|
|
|
|
/*--------------------------.
|
|
| Good for production use. |
|
|
`--------------------------*/
|
|
|
|
* Important bugs
|
|
|
|
** AC_CHECK_LIB
|
|
Does not work properly when given variables instead of literals, e.g.,
|
|
AC_CHECK_LIB($foo, $bar).
|