Add m4_blank and friends.
[autoconf.git] / BUGS
blob1d32e508e66b4dff0780d1428c87772a4c9a1994
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 git versions of Autoconf.
6         Copyright (C) 2000-2002, 2006-2009 Free Software Foundation, Inc.
8         This program is free software: you can redistribute it and/or modify
9         it under the terms of the GNU General Public License as published by
10         the Free Software Foundation, either version 3 of the License, or
11         (at your option) any later version.
13         This program is distributed in the hope that it will be useful,
14         but WITHOUT ANY WARRANTY; without even the implied warranty of
15         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16         GNU General Public License for more details.
18         You should have received a copy of the GNU General Public License
19         along with this program.  If not, see <http://www.gnu.org/licenses/>.
22 Autoconf must not be used in production if there are ``Serious'' bugs,
23 and use with caution an Autoconf with ``Important bugs''.
25 * Status
27                  /*------------------------------------.
28                  | New features need further testing.  |
29                  `------------------------------------*/
31 * Now that configure depends on shell functions, it is possible that
32   configure scripts may fail to run on old platforms that lack a shell
33   with proper function support.
35 * Autotest parallel testsuite support is still a work in progress.
36   There are known issues in job handling under dash and some ksh
37   variants, where a parallel testsuite can hang or cause a 100%
38   processor load.  In the current release, the overall autoconf
39   testsuite only exercises parallel autotest under bash and zsh, or if
40   you have defined TEST_PARALLEL_AUTOTEST in the environment.
41   Meanwhile, Cygwin has known problems with named fifos that cause
42   failures when attempting parallel tests in an autotest suite.  It is
43   possible that other difficulties will be encountered, whether with
44   shell or platform limitations; help is appreciated in improving
45   parallel testsuite support.