autoconf
[Top][All Lists]
Advanced

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

Re: Getting data from a nested configure script?


From: Allan Caffee
Subject: Re: Getting data from a nested configure script?
Date: Fri, 26 Dec 2008 16:14:22 -0500

On Fri, Dec 26, 2008 at 2:22 PM, Andreas Schwab <address@hidden> wrote:
> "Allan Caffee" <address@hidden> writes:
>
>> Is there a simple way to do this inside a Makefile without having the
>> value get expanded by our own configure script?  I was thinking
>> something like:
>>
>> echo '+CFLAGS+' | tr '+' '@' | ./config.status --file=-
>
> echo '@'CFLAGS@ | ./config.status --file=-

That's perfect!  Thanks!

~Allan




reply via email to

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