Do not reorder nobase ltlib installation.
commite8ec58ac1815722b8c311ad2cc629e54e593019c
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 20 Sep 2008 10:30:48 +0000 (20 12:30 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 20 Sep 2008 10:35:48 +0000 (20 12:35 +0200)
tree02d616340151f57faee6d98ce9123d40649a791c
parentbbedcb43dc37f7e937f1a67e266677d88cf5ff9b
Do not reorder nobase ltlib installation.

This patch changes back the order of installation of nobase
LTLIBRARIES to that in which files are listed in the variables.
It does not fix the issue of strict dependency ordering, as
implied by *_LIBADD, but as before allows to steer the order by
listing the libraries in nobase_*_LTLIBRARIES appropriately.

As an advantage over the state of 1.10, multiple consecutive
nobase libraries to be installed in the same directory are
passed to libtool in one invocation.

* lib/am/ltlib.am (install-%DIR%LTLIBRARIES) [!%?BASE%]: Do not
reorder libraries upon installation.  Remove spurious empty
line.
* tests/ltorder.test: New test.
* tests/Makefile.am: Update.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
lib/am/ltlib.am
tests/Makefile.am
tests/Makefile.in
tests/ltorder.test [new file with mode: 0755]