Lines Matching refs:RAWCPP
1044 AC_PATH_PROGS(RAWCPP, [cpp], [${CPP}],
1050 AC_MSG_CHECKING([if $RAWCPP requires -undef])
1052 if test `${RAWCPP} < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
1055 if test `${RAWCPP} -undef < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
1059 elif test `${RAWCPP} -undef -ansi < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
1063 AC_MSG_ERROR([${RAWCPP} defines unix with or without -undef. I don't know what to do.])
1068 AC_MSG_CHECKING([if $RAWCPP requires -traditional])
1070 if test `${RAWCPP} < conftest.$ac_ext | grep -c 'preserve \"'` -eq 1 ; then
1073 if test `${RAWCPP} -traditional < conftest.$ac_ext | grep -c 'preserve \"'` -eq 1 ; then
1077 AC_MSG_ERROR([${RAWCPP} does not preserve whitespace with or without -traditional. I don't know what to do.])