autoconf
[Top][All Lists]
Advanced

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

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


From: Ralf Wildenhues
Subject: Re: Passing flags to Makefile.ac's in subdirs
Date: Thu, 3 Feb 2011 20:31:36 +0100
User-agent: Mutt/1.5.20 (2010-08-04)

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



reply via email to

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