File: BUGS

package info (click to toggle)
autoconf2.59 2.59%2Bdfsg-0.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 3,440 kB
  • ctags: 117
  • sloc: sh: 3,474; perl: 2,939; makefile: 400; lisp: 104
file content (49 lines) | stat: -rw-r--r-- 1,801 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
-*- 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.

	Copyright 2000, 2001, 2002 Free Software Foundation, Inc.

	This file is part of GNU Autoconf.

	GNU Autoconf is free software; you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation; either version 2, or (at your option)
	any later version.

	GNU Autoconf is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with autoconf; see the file COPYING.  If not, write to
	the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
	Boston, MA 02111-1307, USA.


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://bugs.gnu.org/cgi-bin/gnatsweb.pl?database=autoconf

Please, don't register bugs listed below: we already know we have to
address them.

* Status

                    /*--------------------------.
                    | Sane for full scale use.  |
                    `--------------------------*/

* Interoperability bugs

** libtool 1.4.2, configure.ac, and AC_CONFIG_AUX_DIR

configure.ac files that use AC_CONFIG_AUX_DIR do not work with libtool
1.4.2.  To work around the problem, you can rename configure.ac to
configure.in.  Or you can apply Roger Leigh's patch to libtool; see
<http://mail.gnu.org/pipermail/libtool-patches/2002-January/001659.html>.