]> git.ipfire.org Git - thirdparty/libtool.git/commit
As a prerequisite for being able to test an uninstalled libtoolize
authorGary V. Vaughan <gary@gnu.org>
Thu, 24 Mar 2005 12:59:29 +0000 (12:59 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 24 Mar 2005 12:59:29 +0000 (12:59 +0000)
commita9e40b06c07fa5bcc028da2dd2dd9154661e7d1e
treec1f774b0b3cf0f044901aec7b3b326e01fae93b1
parent898d69bbfb2baf43bdb0d782a8ca4b92e2a66bfb
As a prerequisite for being able to test an uninstalled libtoolize
for copying files correctly from the source tree, we must know
exactly which files should be copied by the --ltdl option to avoid
accidentally picking up compilation objects and other noise when
$builddir == $srcdir:

* libltdl/loaders/Makefile.am (ltdldatadir, ltdldatafiles)
(install-data-local): Removed...
* libltdl/Makefile.am (ltdldatafiles): ...and consolidated here.
(show-ltdldatafiles): New rule...
* Makefile.am (ltdldatafiles, libtoolize): ...used to substitute
exactly which files are installed by libtoolize --ltdl.
(edit): Move pkgvmacro_DATA substitution expression...
(libtoolize): ...to here.
* libtoolize.m4sh: Use func_copy_some_files() instead of
func_copy_all_from_path() to copy the --ltdl option installed
files.
(pkgvltdldirs): New path variable to search for files installed by
--ltdl option.
(func_massage_pkgvltdl_files): New function to calculate the list
of ltdl installation files.
ChangeLog
Makefile.am
libltdl/Makefile.am
libltdl/loaders/Makefile.am
libtoolize.m4sh