#5 Libtool like macros for slibtool
Closed 2 weeks ago by orbea. Opened 3 years ago by orbea.

Original issue: https://github.com/midipix-project/slibtool/issues/16
Opened by: https://github.com/venkat-kittu

venkat-kittu commented on Mar 18, 2019:

I wan to replace libtool with slibttol, but there are certain macro statements in configure.ac file which will initialize libtool.

Eg : LT_INIT will initialize the libtool(this statement is written in configure.ac file)

Are there any such kind of macro statements for slibtool.
Thanks in advance

midipix commented on Mar 18, 2019:

I'm happy to look into that, but need a little more context. Is this for a project where you are the upstream (and control configure.ac and friends), or for a third-party project that you are simply building from source?

venkat-kittu commented on Mar 19, 2019:

I'm happy to look into that, but need a little more context. Is this for a project where you are the upstream (and control configure.ac and friends), or for a third-party project that you are simply building from source?

I am trying to replace libtool with slibtool in a project called rnnoise from below link
https://github.com/xiph/rnnoise


Using the newly-added slibtool.m4 and a surrogate slibtoolize script, I was able to successfully autoreconf -sfi rnnoise and then ./configure && make with slibtool as the build's native libtool executable.

Slibtool now provides a new mode, --mode=slibtoolize, as well as the slibtoolize symbolic link. In addition, slibtool.m4 has been revised and extended to address issues as we encounter them. While testing is still ongoing, it seems best to close this issue and then open new ones as needed against either slibtoolize or slibtool.m4.

As described in comment https://dev.midipix.org/cross/slibtool/issue/8#comment-446 I am going to close this, more specific issues can be handled in new issues.

Metadata Update from @orbea:
- Issue status updated to: Closed (was: Open)

2 weeks ago

Login to comment on this ticket.

Metadata