]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtoolize: fix ltdl installation order.
authorPavel Raiskup <praiskup@redhat.com>
Fri, 16 Jan 2015 16:30:51 +0000 (16:30 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 16 Jan 2015 16:30:51 +0000 (16:30 +0000)
commitc6ed4148b0981d39d95b67013716d77c5ac9c420
treeee73b841e3c3e4a70c9577ab1955b6cf4b3c5af2
parent97f03a437983f106e41de45a0d1baf5a3ec5f04d
libtoolize: fix ltdl installation order.

Fixes regression caused by commit 99a808be.
Makefile.in has aclocal.m4 as prerequisite, so Makefile.in
should be installed later to avoid unnecessary rebuild by
(versioned) aclocal.
* Makefile.am (pkgltdl_files): Move the Makefile.in file down in
the list after aclocal.m4.
* tests/libtoolize.at: Adjust to match reordered output.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Makefile.am
tests/libtoolize.at