> 1/ Does someone know how use this variable (AC_SHARED_DISABLE) but only
> for some Makefile and not others ?
In fact I want use configure enable-shared=... but in Makefile.am:
I've in this projet modules, and libraries. First isn't linked to final
bin, but second yes.
so I have something lik
Hello,
I have 2 questions for you ...
1/ Does someone know how use this variable (AC_SHARED_DISABLE) but only
for some Makefile and not others ?
2/ If I want make Makefile.am that build on Solaris, I must add in LDADD
links on .libs. Ex:
LDADD = -LLibsys -LLibsys/.libs
First is for Linux/BSD,