|
 |
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"
|