Fix AS_EXIT for FreeBSD sh.
[autoconf.git] / BUGS
blob64d8cba7413d74f1095115f39ef75bbbddd99073
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         Copying and distribution of this file, with or without
9         modification, are permitted in any medium without royalty provided
10         the copyright notice and this notice are preserved.  This file is
11         offered as-is, without warranty of any kind.
13 Autoconf must not be used in production if there are ``Serious'' bugs,
14 and use with caution an Autoconf with ``Important bugs''.
16 * Status
18                  /*------------------------------------.
19                  | New features need further testing.  |
20                  `------------------------------------*/
22 * Now that configure depends on shell functions, it is possible that
23   configure scripts may fail to run on old platforms that lack a shell
24   with proper function support.
26 * Autotest parallel testsuite support is still a work in progress.
27   There are known issues in job handling under dash and some ksh
28   variants, where a parallel testsuite can hang or cause a 100%
29   processor load.  In the current release, the overall autoconf
30   testsuite only exercises parallel autotest under bash and zsh, or if
31   you have defined TEST_PARALLEL_AUTOTEST in the environment.
32   Meanwhile, Cygwin has known problems with named fifos that cause
33   failures when attempting parallel tests in an autotest suite.  It is
34   possible that other difficulties will be encountered, whether with
35   shell or platform limitations; help is appreciated in improving
36   parallel testsuite support.