1 | -*- outline -*-
|
---|
2 |
|
---|
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.
|
---|
5 |
|
---|
6 | Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
|
---|
7 |
|
---|
8 | This file is part of GNU Autoconf.
|
---|
9 |
|
---|
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.
|
---|
14 |
|
---|
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.
|
---|
19 |
|
---|
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.
|
---|
24 |
|
---|
25 |
|
---|
26 | Autoconf must not be used in production if there are ``Serious'' bugs,
|
---|
27 | and use with caution an Autoconf with ``Important bugs''.
|
---|
28 |
|
---|
29 | * Status
|
---|
30 |
|
---|
31 | /*--------------------------.
|
---|
32 | | Sane for full scale use. |
|
---|
33 | `--------------------------*/
|
---|
34 |
|
---|
35 | * No known serious or important bugs.
|
---|
36 |
|
---|
37 | * Minor Problems
|
---|
38 |
|
---|
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'.
|
---|
42 |
|
---|
43 | Parallel builds via `make -jN' do not work.
|
---|