Hi Gary, Sorry for the delay.
* Gary V. Vaughan wrote on Wed, Oct 12, 2005 at 05:21:22PM CEST: > > After more testing, and an adjustment to libtoolize.at to compensate > for the slight change in output, okay to apply? This one is ok. It falls under the same "we need to revisit this wrt. subproject `make dist' failure" as a couple of other ones; but we've already said that we deal with that after we're through your queue. So please apply! Side note: it also gives a bit misleading output in case the user has something like AC_CONFIG_AUX_DIR([./libltdl/config]) instead of AC_CONFIG_AUX_DIR([libltdl/config]) because of the | + if test "$ltdldir/config" != "$auxdir"; then but I really don't care at the moment. We should not make shooting in the foot too hard. > Gary V. Vaughan wrote: > >You've uncovered a nice bug here. Fix below... > > > >Except that now libtoolize will need to handle populating the config > >directory properly, rather than relying on autoreconf to pick up the > >slack. The immediate problem with these tests is that automake looks > >at configure.ac instead of sub/ltdl/configure.ac, and decides that > >it doesn't need to create sub/ltdl/config/compile, so the build in > >sub/ltdl fails. Cheers, Ralf > libtoolize.m4sh | 28 ++++++++++++++-------------- > tests/libtoolize.at | 7 ++++++- > 2 files changed, 20 insertions(+), 15 deletions(-) > > Index: libtool--devo--1.0/ChangeLog > from Gary V. Vaughan <[EMAIL PROTECTED]> > * libtoolize.m4sh: Always copy pkgconfig_files for --ltdl, incase > ltdl needs additional things not found by automake when looking at > the parent project configury. > * tests/libtoolize.at: Adjust.