[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Autoconf 2.59 build fails on Bash 2.00.(1)-release
From: |
Noah Misch |
Subject: |
Re: Autoconf 2.59 build fails on Bash 2.00.(1)-release |
Date: |
Sat, 7 May 2005 16:37:06 -0700 |
User-agent: |
Mutt/1.5.5.1i |
On Sat, May 07, 2005 at 05:10:59PM +0200, Alain Guibert wrote:
> If I edit line 18 of autoconf-2.59/tests/autom4te to insert a space
> between "((", make succeeds. But "make check" fails 166 tests,
> apparently for the same reason: A misinterpreted "((" in other
> scripts. With all those scripts corrected, most tests succeed. Still 1
This was fixed before the Autoconf 2.59 release, but `tests/wrapper.in' in the
release was out of date. If you delete that file to force its rebuild, the
freshly generated version will not tickle the Bash bug you describe.
CVS Autoconf records additional dependencies for that file, so is this is less
likely to happen in the future.
> test fails, number 51.
This is fixed in CVS as of 2004-04-20.
Thanks for the report.