Hello,

On Thu, Jul 14, 2005 at 09:50:08AM -0400, Bob Rossi wrote:
> Is there a way to pass in --disable-shared to the AC_CONFIG_SUBDIRS?

I looked into the source (status.m4, general.m4), and it seems that all 
--enable-*
arguments are propagated to the subconfigures.

Thus --disable-shared should be propagated automatically.  Have you tried it?

(If your configure.ac doesn't declare an enable option, the generated configure 
script
will silently ignore it; try ./configure --enable-foo=bar.)

> BTW, CGDB currently doesn't use any shared libraries,

Yes, that helps here.

Have a nice day,
        Stepan Kasal



_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to