Hi Vincent,
* Vincent Torri wrote on Sat, Mar 01, 2008 at 09:56:31AM CET:
>
> I use AC_DISABLE_STATIC in configure.in (before AC_PROG_LIBTOOL) to
> remove the creation of all the static lib of a project because there are
> a lot of creted modules (the static lib is useless for them).
>
> But, fo
Hey,
I use AC_DISABLE_STATIC in configure.in (before AC_PROG_LIBTOOL) to remove
the creation of all the static lib of a project because there are a lot of
creted modules (the static lib is useless for them).
But, for the library itself, i would like to create the static lib.
I tried, in the