dnl AC_TRY_RUN_WITH_OUTPUT(VARIABLE, PROGRAM,) AC_DEFUN(AC_TRY_RUN_WITH_OUTPUT, [AC_REQUIRE([AC_PROG_CC])dnl if test "$cross_compiling" = yes; then ifelse([$3], , [errprint(__file__:__line__: warning: [AC_TRY_RUN_WITH_OUTPUT] called without default to allow cross compiling )dnl AC_MSG_ERROR(can not run test program while cross compiling)], [$3]) else cat > conftest.$ac_ext < ./conftest.stdout; exit) 2>/dev/null; then $1=`cat ./conftest.stdout` else $1="" fi fi rm -fr conftest*]) dnl AC_GREP_SYMBOL(VARIABLE, SYMBOL, FILE) AC_DEFUN(AC_GREP_SYMBOL, [AC_REQUIRE([AC_PROG_AWK])dnl cat > conftest.awk <