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
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
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
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",
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.