autoconf
[Top][All Lists]
Advanced

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

Re: Multiple subdirectories with non-similar configure needs


From: Harlan Stenn
Subject: Re: Multiple subdirectories with non-similar configure needs
Date: Fri, 01 Apr 2011 00:04:09 -0700

> Stefano wrote:
> >   AC_CONFIG_SUBDIRS([foo], [--with-zardoz])

And I now have a case where I think I want to pass in a CPPFLAGS entry
to a subpackage, based on "stuff" that the "parent" configure knows.

So I'm thinking about:

 AC_CONFIG_SUBDIRS([foo], [--with-zardoz CPPFLAGS=-Isomething])

Not sure if this is a great idea or not, but the only other alternative
I can think of is to modify the configure.ac in the subpackage, and I
would rather not do that as it creates "extra work" when I go to upgrade
the subpackage.

H



reply via email to

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