Hello Dmitry,

* dzinoviev wrote on Thu, Feb 03, 2011 at 05:51:11PM CET:
> My bad. I meant 'Makefile.am'. But the rest of the question is correct: How
> to propagate flags from the root configure.ac to the Makefile.am's in the
> subdirectories?

I think you are looking for:

AC_SUBST([FOO], [bar])

or

FOO=bar
AC_SUBST([FOO])

in configure.ac.

Cheers,
Ralf

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

Reply via email to