1
0
Fork 0

added argument "stop execution after first warning" for m4 to fail if anything wrong in structinfo.m4. our m4 scripts is warning free

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@186 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
1.2
Xuefer 2006-09-19 00:35:40 +00:00
parent 4aa68f9317
commit 0def57d61e
1 changed files with 3 additions and 0 deletions

View File

@ -68,6 +68,9 @@ if test "$PHP_XCACHE" != "no"; then
fi
PHP_SUBST([AWK])
AC_PATH_PROGS([M4], [m4])
if echo | "$M4" -E > /dev/null 2>&1 ; then
M4="$M4 -E"
fi
PHP_SUBST([M4])
AC_PATH_PROGS([GREP], [grep])
PHP_SUBST([GREP])