Re: symlinked libltdl and aclocal

2005-09-30 Thread Gary V. Vaughan
Hallo Ralf, Ralf Wildenhues wrote: Symlinking libltdl into a project (as in) libtoolize --ltdl is pretty stupid when later on aclocal decides it needs to run in libltdl/ -- it'll try to write in the aclocal.m4 file that can be reached through the symlink, instead of removing the symlink befor

subdir-objects & depcomp trouble

2005-09-30 Thread Patrick Guio
Dear all, I experienced some problems recently using the "subdir-objects" option of AM_INIT_AUTOMAKE when creating a library in a different directory than the source files directory. configure.ac contains the following line AM_INIT_AUTOMAKE([1.6.3 subdir-objects foreign]) The "src" director

symlinked libltdl and aclocal

2005-09-30 Thread Ralf Wildenhues
Symlinking libltdl into a project (as in) libtoolize --ltdl is pretty stupid when later on aclocal decides it needs to run in libltdl/ -- it'll try to write in the aclocal.m4 file that can be reached through the symlink, instead of removing the symlink before writing. This may happen in the non

Re: Reporting because test requests it...cygwin 1.5.18 (all current)

2005-09-30 Thread Stepan Kasal
Hello, On Thu, Sep 29, 2005 at 10:44:15PM -0500, Herb Martin wrote: > 20 of 514 tests failed > (34 tests were not run) > Please report to bug-automake@gnu.org > > Let me know if you need more I'm afraid that a verbose output of the failed tests is needed. (The tests which are marked "FAIL",

Re: _AC_COMPILER_EXEEXT cleanup

2005-09-30 Thread Stepan Kasal
Hello Ralf, thank you for catching this, > With this patch in CVS Autoconf, CVS Automake fails the tests > subdir5.test pr300-lib.test distname.test > (at least). This is due to `configure' removing a.c, which looks like a > bug in this patch to me. I agree that this is a bug in this patch.