autoconf/BUGS
2001-06-06 08:25:00 +00:00

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).