autoconf/BUGS

31 lines
828 B
Plaintext
Raw Normal View History

-*- 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.
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
/*-----------------------------------------------------.
| Don't use this version in production, just test it. |
`-----------------------------------------------------*/
* Serious bugs
Autoconf must not be used in production if there are serious bugs.
2001-01-23 17:27:30 +08:00
** AC_LANG vs AC_REQUIRE
Because AC_REQUIRE makes the `time' concept different for Sh and M4,
it may happen that the currently required language is not the one
currently set.
2001-01-23 17:27:30 +08:00
* Important bugs