* doc/autoconf.texi (Limitations of Usual Tools): Don't claim
[autoconf/ericb.git] / BUGS
blobbc57b85129313d9b2e3d7a5d79442040d0031083
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., 51 Franklin Street, Fifth Floor,
23         Boston, MA 02110-1301, 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 * Status
31                     /*--------------------------.
32                     | Sane for full scale use.  |
33                     `--------------------------*/
35 * No known serious or important bugs.
37 * Minor Problems
39 Some Makefile segments do not behave correctly in VPATH builds with proprietary
40 `make' programs.  Some BSD `make's will work.  For best results, build in the
41 source directory or use GNU `make'.
43 Parallel builds via `make -jN' do not work.