Neil Horman <[EMAIL PROTECTED]> writes: > Pach to add AC_EGREP_RAW to acgeneral.m4. While working on an > autoconf script I found that AC_EGREP_HEADER doesn't allow you to grep > for #define-ed values, since AC_EGREP_HEADER passes input through cpp. > The macro allows a standard, no preprocessing EGREP on a file.
Why not just use $EGREP directly? (See AC_PROG_EGREP.)