Re: enable/disable configure options for subpackages

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

 



Hello,

On Thu, Jul 14, 2005 at 03:36:48PM -0400, Bob Rossi wrote:
> > > Is there a way to pass in --disable-shared to the AC_CONFIG_SUBDIRS?

I apologize for the wrong answer I gave previously.

No, I don't know about any such solution.

Of course some hacks are possible:
1) fiddle with ac_args before AC_OUTPUT.
   Of course this solution may easily break with future versions of autoconf.

2) Read what AC_CONFIG_SUBDIRS does (how it propagates the arguments), and
   do the same in configure.ac

3) Simply call the embedded configure, and add features from
   AC_CONFIG_SUBDIRS only when someone asks for it.

All these advices are obvious, I know...

Stepan


Stepan


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

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux