]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtoolize: massage installed libltdl file list at make time.
authorGary V. Vaughan <gary@gnu.org>
Fri, 28 Oct 2011 16:25:48 +0000 (23:25 +0700)
committerGary V. Vaughan <gary@gnu.org>
Tue, 8 Nov 2011 14:34:11 +0000 (21:34 +0700)
commit99a808be8ce850b8a78e0b2c9f63ac0c1d9d544e
treeaf0c67803a29953b7a04cdc79ec26a701eab9186
parentbcbf77525dc93c3072245bd9db568391eea52caf
libtoolize: massage installed libltdl file list at make time.

* libtoolize.m4sh (pkgltdldir, pkgdatadir): Put installable
libltdl files in pkgdatadir. When testing, and _lt_pkgdatadir
is set, adjust to look in libltdl subdirectory.
(func_massage_pkgltdl_files): Removed function and only caller,
because...
(pkgltdl_files): ...we substitute the pre-massaged files
directly...
(func_install_pkgltdl_files): ...from here.
Adjust installation of specially handled additional files.
* Makefile.am (ltdldir): Location of libltdl files in source
tree.
(ltdldest, ltdldatafiles): Removed.
(pkgltdl_files): New pre-massaged list of libltdl sources.
(install-data-local, uninstall-hook): Use it.
* tests/libtoolize.at: Reorder expected output to match actual
libtoolize output.

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