|
Packit |
47b4ca |
-*- outline -*-
|
|
Packit |
47b4ca |
|
|
Packit |
47b4ca |
This file lists the bugs you must be aware of. Be sure to check this
|
|
Packit |
47b4ca |
file before using Autoconf, and especially git versions of Autoconf.
|
|
Packit |
47b4ca |
|
|
Packit |
47b4ca |
Copyright (C) 2000-2002, 2006-2012 Free Software Foundation,
|
|
Packit |
47b4ca |
Inc.
|
|
Packit |
47b4ca |
|
|
Packit |
47b4ca |
Copying and distribution of this file, with or without
|
|
Packit |
47b4ca |
modification, are permitted in any medium without royalty provided
|
|
Packit |
47b4ca |
the copyright notice and this notice are preserved. This file is
|
|
Packit |
47b4ca |
offered as-is, without warranty of any kind.
|
|
Packit |
47b4ca |
|
|
Packit |
47b4ca |
Autoconf must not be used in production if there are ``Serious'' bugs,
|
|
Packit |
47b4ca |
and use with caution an Autoconf with ``Important bugs''.
|
|
Packit |
47b4ca |
|
|
Packit |
47b4ca |
* Status
|
|
Packit |
47b4ca |
|
|
Packit |
47b4ca |
/*------------------------------------.
|
|
Packit |
47b4ca |
| New features need further testing. |
|
|
Packit |
47b4ca |
`------------------------------------*/
|
|
Packit |
47b4ca |
|
|
Packit |
47b4ca |
* Now that configure depends on shell functions, it is possible that
|
|
Packit |
47b4ca |
configure scripts may fail to run on old platforms that lack a shell
|
|
Packit |
47b4ca |
with proper function support.
|
|
Packit |
47b4ca |
|
|
Packit |
47b4ca |
* Autotest parallel testsuite support is still a work in progress.
|
|
Packit |
47b4ca |
There are known issues in job handling under dash and some ksh
|
|
Packit |
47b4ca |
variants, where a parallel testsuite can hang or cause a 100%
|
|
Packit |
47b4ca |
processor load. In the current release, the overall autoconf
|
|
Packit |
47b4ca |
testsuite only exercises parallel autotest under bash and zsh, or if
|
|
Packit |
47b4ca |
you have defined TEST_PARALLEL_AUTOTEST in the environment.
|
|
Packit |
47b4ca |
Meanwhile, Cygwin has known problems with named fifos that cause
|
|
Packit |
47b4ca |
failures when attempting parallel tests in an autotest suite. It is
|
|
Packit |
47b4ca |
possible that other difficulties will be encountered, whether with
|
|
Packit |
47b4ca |
shell or platform limitations; help is appreciated in improving
|
|
Packit |
47b4ca |
parallel testsuite support.
|