On Fri, Dec 26, 2008 at 2:22 PM, Andreas Schwab <sch...@suse.de> wrote: > "Allan Caffee" <allan.caf...@gmail.com> 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 _______________________________________________ Autoconf mailing list Autoconf@gnu.org http://lists.gnu.org/mailman/listinfo/autoconf