bug#7864: odd configure bug with dependency checking and conditional C++ support

2011-01-19 Thread Ralf Wildenhues
[ adding automake-patches, dropping bug-gnulib ] Hi Eric, thanks for the report! * Eric Blake wrote on Wed, Jan 19, 2011 at 05:52:08AM CET: checking dependency style of :... mkdir: cannot create directory `conftest.dir': File or Directory already exists cp: accessing `conftest.dir': Bad data

bug#7860: recursive autoreconf breaks AM_COND_IF conditionalization of AC_CONFIG_FILES

2011-01-19 Thread Ralf Wildenhues
* Dave Hart wrote on Tue, Jan 18, 2011 at 10:13:21PM CET: http://support.ntp.org/people/hart/am-libopts-subpkg.tar.gz First off, here's a trivial portability fix from that tarball. Cheers, Ralf 2011-01-19 Ralf Wildenhues ralf.wildenh...@gmx.de * m4/liboptschk.m4 (ag_FIND_LIBOPTS):

bug#7860: recursive autoreconf breaks AM_COND_IF conditionalization of AC_CONFIG_FILES

2011-01-19 Thread Ralf Wildenhues
* Dave Hart wrote on Tue, Jan 18, 2011 at 10:13:21PM CET: When invoked by autoreconf of a project with nested configure.ac files, automake does not respect the disabling of AC_CONFIG_FILES by the top-level configure.ac using AM_COND_IF, resulting in an incorrect Makefile. Re-running

bug#7864: odd configure bug with dependency checking and conditional C++ support

2011-01-19 Thread Ralf Wildenhues
Fixed by v1.11-293-gd652a1c.

bug#7868: splitting up test suites

2011-01-19 Thread Ralf Wildenhues
The testsuite is too large for MSYS. We've finally reached the point where we have more than 1000 tests, $(TESTS) expands to 15k characters, and where 'make check' will not work at all any more on MSYS, because it cannot spawn sh any more, presumably in 'make check TESTS=...'. (MSYS make doesn't

bug#7860: recursive autoreconf breaks AM_COND_IF conditionalization of AC_CONFIG_FILES

2011-01-19 Thread Bruce Korb
Hi Ralf, Dave, 5.11.5 was released December 13 and does not have this problem. Thanks for letting me know!! Regards, Bruce On Wed, Jan 19, 2011 at 10:21 AM, Ralf Wildenhues ralf.wildenh...@gmx.de wrote: diff -ru am-libopts-subpkg/subproj/libopts/m4/liboptschk.m4