]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtoolize: massage installed auxiliary script list at make time.
authorGary V. Vaughan <gary@gnu.org>
Fri, 28 Oct 2011 13:45:56 +0000 (20:45 +0700)
committerGary V. Vaughan <gary@gnu.org>
Tue, 8 Nov 2011 14:34:13 +0000 (21:34 +0700)
commitb544ca378409b3807e6386eb6277c61a11079185
tree7a43c53059ca33301c0b4c032b7c66453705e291
parent99a808be8ce850b8a78e0b2c9f63ac0c1d9d544e
libtoolize: massage installed auxiliary script list at make time.

* Makefile.am (configure_edit): Rename pkgconfig_files
substitution to pkgaux_files, and add pkgaux_install_files and
pkgaux_parent_files substitutions for atlocal.
(pkgauxdir): Where to install pkgaux_files.
(auxfiles): Removed, and replaced by...
(pkgaux_parent_files, pkgaux_install_files, pkgaux_data_files):
...these, which separate the files lists more logically for
easier installation, and use by libtoolize.m4sh.
(uninstall-hook): Adjust.
(tests/atlocal): Adjust.
* bootstrap.conf (libtool_link_libltdl_subdirs): Adjust.
* libtoolize.m4sh (func_install_pkgconfig_files)
(func_install_pkgconfig_subproject)
(func_install_pkgconfig_parent, func_install_pkgconfig_files)
(all_pkgconfig_files): Renamed to...
(func_install_pkgaux_files, unc_install_pkgaux_subproject)
(func_install_pkgaux_parent, func_install_pkgaux_files)
(all_pkgaux_files): ...these, resp. Adjust all callers.
(func_massage_pkgconfig_files): Removed.
(pkgaux_files): List of all auxiliary scripts substituted from
Makefile.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Makefile.am
configure.ac
libtoolize.m4sh