|
 |
d308e4 |
0.5.1:
|
|
 |
d308e4 |
|
|
 |
d308e4 |
The purpose of this patch release, with only two small changes since the
|
|
 |
d308e4 |
first tagged release, is to accelerate testing of slibtool and slibtoolize
|
|
 |
d308e4 |
integration on Adélie Linux.
|
|
 |
d308e4 |
|
|
 |
d308e4 |
sltdl.h: api compatibility: provide the LT_PATHSEP_CHAR macro.
|
|
 |
d308e4 |
project: ltdl drop-in-replacement: create the target ${libdir} as needed.
|
|
 |
d308e4 |
|
|
 |
43f5a8 |
0.5.0:
|
|
 |
43f5a8 |
|
|
 |
43f5a8 |
This is the first tagged release of sltdl, a clean implementation for modern
|
|
 |
43f5a8 |
systems of the legacy ltdl interfaces (nowadays used by only a small number
|
|
 |
43f5a8 |
of third-party packages).
|
|
 |
43f5a8 |
|
|
 |
43f5a8 |
There are currently no known bugs, however should you encounter any then
|
|
 |
43f5a8 |
please send a message to bugs@foss21.org, or otherwise report online by
|
|
 |
43f5a8 |
visiting the #slibtool channel on the oftc irc network. Alternatively, you
|
|
 |
43f5a8 |
may choose to create an issue on https://dev.midipix.org/cross/sltdl.
|
|
 |
43f5a8 |
|
|
 |
43f5a8 |
In order to seamlessly use sltdl as an ltdl drop-in replacement, one should
|
|
 |
43f5a8 |
_autoreconf_ the source tree of the project being built after setting
|
|
 |
43f5a8 |
the LIBTOOLIZE environment variable to /path/to/slibtoolize, as well as the
|
|
 |
43f5a8 |
ACLOCAL environment variable by appending an appropriate --system-acdir
|
|
 |
43f5a8 |
argument:
|
|
 |
43f5a8 |
|
|
 |
43f5a8 |
$ EXPORT LIBTOOLIZE=/path/to/slibtoolize
|
|
 |
43f5a8 |
$ EXPORT ACLOCAL="aclocal --system-acdir=/path/to/share/slibtool"
|