]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtoolize: refactor aux_dir discovery.
authorGary V. Vaughan <gary@gnu.org>
Thu, 3 Nov 2011 18:30:24 +0000 (01:30 +0700)
committerGary V. Vaughan <gary@gnu.org>
Tue, 8 Nov 2011 13:45:06 +0000 (20:45 +0700)
commit02d5c159f2acd670f72503c767c47b147f6d417e
tree574581c30f20893e65ea074d33af01e879b863af
parentab423416e99c4316769ed781b630222fb46ba2ad
libtoolize: refactor aux_dir discovery.

* libtoolize.m4sh (require_ac_aux_dir, require_aux_dir): New
functions factored out of func_scan_files for scanning and
setting aux_dir and friends.
(func_scan_files): Remove the factored out code to scan
configure.ac with sed, and then set macro_dir appropriately.
(func_install_pkgconfig_subproject, func_install_pkgconfig_parent)
(func_install_pkgmacro_files, func_check_macros): Adjust.

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