Re: Passing flags to Makefile.ac's in subdirs

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

 



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
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