libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FYI: subproject.at distcheck failure


From: Ralf Wildenhues
Subject: Re: FYI: subproject.at distcheck failure
Date: Tue, 25 Oct 2005 13:39:13 +0200
User-agent: Mutt/1.5.11

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  <address@hidden>
>         * 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]