]> git.ipfire.org Git - thirdparty/libtool.git/commit
* libltdl/Makefile.inc: New file, factored out of Makefile.am for
authorGary V. Vaughan <gary@gnu.org>
Wed, 26 Oct 2005 10:42:05 +0000 (10:42 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 26 Oct 2005 10:42:05 +0000 (10:42 +0000)
commite1454ec7b4753855d219751d8272c12eba56887a
tree5fad7802323ecfc606fd8411c8984a97fbdbcc0e
parent58f074beb4e276b38be339c83b91092fc7cf931d
* libltdl/Makefile.inc: New file, factored out of Makefile.am for
use in non-recursive libltdl installations.
* bootstrap: Adjust.
* Makefile.am: include it.
(libltdl/Makefile.am): Adjust to build from the new
libltdl/Makefile.inc.
(SUBDIR_LIBOBJS): Renamed from this...
(LTDL_SUBDIR_LIBOBJS): ...to this.
* configure.ac: Adjust.
* doc/libtool.texi (Invoking libtoolize): Document the new modes
and libtoolize option to select them.
* libtoolize.m4sh: Parse new options, --nonrecursive, --recursive
and --subproject.  Install the appropriate files with --ltdl
according to the selected mode.
(func_scan_files): If --subproject, --recursive or --nonrecursive
options were not given, use the value from LT_CONFIG_LTDL_DIR; if
a mode was given, and there is also an argument to
LT_CONFIG_LTDL_DIR, ensure they are the same.
* NEWS: Updated.
ChangeLog
Makefile.am
NEWS
bootstrap
configure.ac
doc/libtool.texi
libltdl/Makefile.inc [new file with mode: 0644]
libtoolize.m4sh