]> git.ipfire.org Git - thirdparty/libtool.git/commit
Getting the value of ltdldatafiles from a submake was not
authorGary V. Vaughan <gary@gnu.org>
Mon, 4 Apr 2005 12:29:52 +0000 (12:29 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 4 Apr 2005 12:29:52 +0000 (12:29 +0000)
commit4d3db374c7fd4884c1b0235637aa660bd598f63a
tree0e7b4be874f3a1bd7f62a4dab7848418966ba534
parent571ca4747f7fc1dd592086ec3b81fda3652e7df5
Getting the value of ltdldatafiles from a submake was not
portable, and had problems with GNU make-3.80 at least.  This
changeset pulls the installation rules for libtoolize's copy of
the libltdl sources out of libltdl/Makefile.am so that
ltdldatafiles is defined in the same Makefile that uses it.  Also,
this makes a start at cleaning up libltdl/Makefile.am so that it
is useful in a package that uses `libtoolize --ltdl':

* libltdl/loaders/Makefile.am: Removed entirely.
* libltdl/Makefile.am (dlopen.la, dld_link.la, dyld.la)
(load_add_on.la, loadlibrary.la, shl_load.la): All built from here
now that the loaders submake has gone.
(show-ltdldatafiles): Removed.  No longer required.
(ltdldatadir, ltdldatafiles, install-local): Moved from here...
* Makefile.am (ltdldatadir, ltdldatafiles, install-local): ..to
here.
(libtoolize): Substitute $(ltdldatafiles) directly without calling
make to get the value from libltdl/Makefile.
ChangeLog
Makefile.am
configure.ac
libltdl/Makefile.am
libltdl/loaders/Makefile.am [deleted file]
m4/ltdl.m4