On 2003-12-11T11:00-0500, Marty Leisner wrote:
) I'm using libtool to make convenience libraries merging
) sublibraries...
)
) I really don't need to use libtool since I don't build shared libraries.
Ensure your configure.{ac,in} contains at least:
AC_PROG_CC
AC_PROG_RANLIB
Add to your Makefile.a
I believe that Automake relies on libtool to support convenience
libraries.
Bob
On Thu, 11 Dec 2003, Marty Leisner wrote:
> I'm using libtool to make convenience libraries merging
> sublibraries...
>
> I really don't need to use libtool since I don't build shared libraries.
>
> How can I use aut
I'm using libtool to make convenience libraries merging
sublibraries...
I really don't need to use libtool since I don't build shared libraries.
How can I use automake to build convenience libraries -- or do I
need to make a command in the makefile.am I can invoke like
this:
build_lib -o lib