autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: enable/disable configure options for subpackages


From: Stepan Kasal
Subject: Re: enable/disable configure options for subpackages
Date: Thu, 14 Jul 2005 16:57:06 +0200
User-agent: Mutt/1.4.1i

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]