Re: [PATCH] libtoolize: fix ltdl installation order

2015-01-16 Thread Gary V. Vaughan
On Jan 16, 2015, at 10:34 AM, Pavel Raiskup 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

[PATCH] libtoolize: fix ltdl installation order

2015-01-16 Thread Pavel Raiskup
Makefile.in has aclocal.m4 as prerequisite, so Makefile.in should be installed later to avoid unnecessary rebuild by (versioned) aclocal. The problem is worse if the current libtool package has been built against different automake version than the current libtoolize is run against (high chance th