Re: autoconf test suite: 27 failed

2009-07-20 Thread Dominique Leuenberger
Eric, >>> On 7/17/2009 at 16:35, Eric Blake wrote: > Dominique Leuenberger TMF-Group.com> writes: > >> Any help/tips/tricks that can be given to find out what's going wrong and > why? > > Thanks for the report. > >> automake (GNU automake) 1.11 > > Your newer automake installation explains

AC_OUTPUT to parent dir and install-sh

2009-07-20 Thread Willem Jan Palenstijn
Hi, Is it allowed to list files in the parent directory of the main source directory in AC_CONFIG_FILES? I'm trying the following small example configure.ac: AC_INIT(testcase, 0.0.1, exam...@example.com) AC_PROG_INSTALL AC_CONFIG_FILES([test ../test_parent]) AC_OUTPUT When I use autoconf-2.63 w