On Fri, Dec 26, 2008 at 2:22 PM, Andreas Schwab <schwab@xxxxxxx> wrote: > "Allan Caffee" <allan.caffee@xxxxxxxxx> 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@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf