libtool-patches
[Top][All Lists]
Advanced

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

Re: [PATCH] libtoolize: fix ltdl installation order


From: Gary V. Vaughan
Subject: Re: [PATCH] libtoolize: fix ltdl installation order
Date: Fri, 16 Jan 2015 16:34:50 +0000

On Jan 16, 2015, at 10:34 AM, Pavel Raiskup <address@hidden> wrote:
> 
> * Makefile.am (pkgltdl_files): Move the Makefile.in file down in
> the list after aclocal.m4.
> ---
> Makefile.am | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/Makefile.am b/Makefile.am
> index f1b7ead..794d58d 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -441,13 +441,14 @@ pkgmacro_files  = libtool.m4 ltargz.m4 ltdl.m4 
> ltoptions.m4 ltsugar.m4 \
>                 ltversion.m4 lt~obsolete.m4
> 
> ## These are installed as a subdirectory of pkgdatadir so that
> -## libtoolize --ltdl can find them later:
> +## libtoolize --ltdl can find them later.  Note that this list requires
> +## specific order to avoid unnecessary re-autotooling after libtoolize run.
> pkgltdl_files = COPYING.LIB \
>                 Makefile.am \
> -               Makefile.in \
>                 README \
>                 configure.ac \
>                 aclocal.m4 \
> +               Makefile.in \
>                 config-h.in \
>                 configure \
>                 libltdl/lt__alloc.h \

Agreed, thank you.  Applied and pushed!

Cheers,
-- 
Gary V. Vaughan (gary AT gnu DOT org)




reply via email to

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