BUGS 1.6 KB

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