> 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

_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to