-[#]line __oline__ "configure"
-#include "confdefs.h"
-[$2]
-EOF
-dnl eval is necessary to expand ac_cpp.
-dnl Ultrix and Pyramid sh refuse to redirect output of eval, so use subshell.
-if (eval "$ac_cpp $CPPSTDIN &AC_FD_CC |
- grep "$1" >/dev/null 2>&1; then
- ifelse([$3], , :, [rm -rf conftest*
- $3])
-ifelse([$4], , , [else
- rm -rf conftest*
- $4
-])dnl
-fi
-rm -f conftest*
-])
-
-AC_MSG_CHECKING(how to use cpp with stdin)
-if test -z "$CPPSTDIN"; then
-AC_CACHE_VAL(ac_cv_cpp_stdin,
- [ CPPSTDIN="-"
- AC_TRY_CPPSTDIN([^Find Me Or Else],
-Find Me Or Else], , CPPSTDIN="")
- ac_cv_cpp_stdin="$CPPSTDIN"])
- CPPSTDIN="$ac_cv_cpp_stdin"
-else
- ac_cv_cpp_stdin="$CPPSTDIN"
-fi
-AC_MSG_RESULT($CPP $CPPSTDIN)
-AC_SUBST(CPPSTDIN)
-
AC_SUBST(PORTNAME)
AC_SUBST(SRCDIR)
AC_SUBST(LDFLAGS)