passing args to AC_EGREP_CPP

2005-09-09 Thread Jeff Fulmer
How can I pass args to AC_EGREP_CPP, namely CFLAGS. Jeff -- #include stdio.h int main(){int a[]={74,117,115,116,32,97,110,111,116,104,101,114,32, \ 67,32,104,97,99,107,101,114,10,0}; int *b=a;while(*b0)putchar(*b++);} ___ Autoconf mailing list

Re: passing args to AC_EGREP_CPP

2005-09-09 Thread Ralf Wildenhues
Hi Jeff, * Jeff Fulmer wrote on Fri, Sep 09, 2005 at 03:06:02PM CEST: How can I pass args to AC_EGREP_CPP, namely CFLAGS. Use CPPFLAGS. CFLAGS is for the C compiler only, not the preprocessor. Cheers, Ralf ___ Autoconf mailing list