diff options
author | midipix <writeonce@midipix.org> | 2025-06-10 09:53:11 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-06-10 09:53:11 +0000 |
commit | f5bf1b010a3016e3809f35220435e8e647537b6a (patch) | |
tree | 2bfe10e1b95ea91441f62decc0600fefe786c943 /NEWS | |
parent | fcca1d5b6f29412ca7ea4818cfb0608e22f84dd4 (diff) | |
download | slibtool-f5bf1b010a3016e3809f35220435e8e647537b6a.tar.bz2 slibtool-f5bf1b010a3016e3809f35220435e8e647537b6a.tar.xz |
release 0.7.1v0.7.1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +0.7.1: + +This patch release enhances the slibtoolize's ability to serve as +a libtoolize drop-in replacement. In terms of new features, it is +now possible to configure the default binary tool (ar, as, nm, ranlib) +to be invoked by slibtool (as opposed to the non-prefixed tools that +are mandated by posix) when performing a native build. + + +project: new configure options: --with-preferred-host-{ar|as|nm|ranlib} +slibtool.m4: provide the LT_CONFIG_LTDL_DIR macro. +slibtool.m4: provide the LTDL_INIT macro. +slibtool.m4, m4/sltdl.m4: provide the LIBLTDL, LTDLINCL, and LTDLDEPS vars. +slibtoolize: fully support --ltdl, LTDL_INIT, and LT_CONFIG_LTDL_DIR. + 0.7.0: This minor release follows the initial release of sltdl alongside |