* bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
[autoconf.git] / BUGS
bloba3bf3312b69796b707d8cb063e65581f36363e4b
1 -*- outline -*-
3 This file lists the bugs you must be aware of.  Be sure to check this
4 file before using Autoconf, and especially CVS versions of Autoconf.
6         Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
8         This file is part of GNU Autoconf.
10         GNU Autoconf is free software; you can redistribute it and/or modify
11         it under the terms of the GNU General Public License as published by
12         the Free Software Foundation; either version 2, or (at your option)
13         any later version.
15         GNU Autoconf is distributed in the hope that it will be useful,
16         but WITHOUT ANY WARRANTY; without even the implied warranty of
17         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18         GNU General Public License for more details.
20         You should have received a copy of the GNU General Public License
21         along with autoconf; see the file COPYING.  If not, write to
22         the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23         Boston, MA 02111-1307, USA.
26 Autoconf must not be used in production if there are ``Serious'' bugs,
27 and use with caution an Autoconf with ``Important bugs''.
29 Many other bugs are registered on the GNATS server:
31      http://bugs.gnu.org/cgi-bin/gnatsweb.pl?database=autoconf
33 Please, don't register bugs listed below: we already know we have to
34 address them.
36 * Status
38                     /*--------------------------.
39                     | Sane for full scale use.  |
40                     `--------------------------*/
42 * Interoperability bugs
44 ** libtool 1.4.2, configure.ac, and AC_CONFIG_AUX_DIR
46 configure.ac files that use AC_CONFIG_AUX_DIR do not work with libtool
47 1.4.2.  To work around the problem, you can rename configure.ac to
48 configure.in.  Or you can apply Roger Leigh's patch to libtool; see
49 <http://mail.gnu.org/pipermail/libtool-patches/2002-January/001659.html>.