Re: autoconf 2.64 fails when IFS is changed

2010-02-25 Thread Eric Blake
According to Ralf Wildenhues on 7/28/2009 12:39 PM: Hello Arkadiusz, old_IFS=$IFS IFS=, AC_DEFINE([VC_ENABLE_API_COMPAT], [1]) IFS=$old_IFS AC_OUTPUT [ar...@carme-pld ~/test/1]$ ./configure ./configure[1640]: print -r --: not found configure: creating ./config.status Thanks for the

[PATCH 1/2] Make AC_CHECK_FUNC compatible with AC_LANG_WERROR

2010-02-25 Thread Dmitry V. Levin
* lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY_GCC_BUILTIN(C)): New macro. * lib/autoconf/functions.m4 (_AC_CHECK_FUNC_BODY): Use it when the C compiler is gcc and AC_LANG_WERROR is in effect. * lib/autoconf/lang.m4 (AC_LANG_FUNC_LINK_TRY_GCC_BUILTIN): New macro. (AC_LANG_DEFINE): Copy

[PATCH 2/2] Make AC_CHECK_FUNC compatible with gcc -Werror

2010-02-25 Thread Dmitry V. Levin
* lib/autoconf/functions.m4 (_AC_CHECK_FUNC_BODY): Use AC_LANG_FUNC_LINK_TRY_GCC_BUILTIN also in case when AC_LANG_WERROR is not in effect. * tests/semantics.at (AC_CHECK_FUNCS with gcc -Werror): New test. --- lib/autoconf/functions.m4 |2 +- tests/semantics.at| 15 +++

Re: [GNU Autoconf 2.65] testsuite: 229 failed

2010-02-25 Thread Ralf Wildenhues
Hello Gene, let's keep the mailing list in CC:, thanks. * Gene Spafford wrote on Thu, Feb 25, 2010 at 10:15:07PM CET: On Feb 25, 2010, at 3:40 PM, Ralf Wildenhues wrote: * Gene Spafford wrote on Thu, Feb 25, 2010 at 03:56:24PM CET: [...] 229. torture.at:1549: testing ...

Re: [GNU Autoconf 2.65] testsuite: 229 failed

2010-02-25 Thread Gene Spafford
Thanks for the reply, Ralf. I am enclosing the output of the make check on the m4 build so you can see the failures. The build of ntp also failed because of some confusion about types being defined or not. I have no idea what is going on, but it sure makes it difficult to build and install