Do AC_PROG_EGREP before using $GREP

This commit is contained in:
Tor Lillqvist 2012-03-19 10:50:27 +02:00
parent f21960f3b3
commit 4fa48a1190

View file

@ -61,6 +61,8 @@ else
fi
AC_SUBST(CROSS_COMPILING)
AC_PROG_EGREP
if test "$build_os" = "cygwin"; then
EXEEXT_FOR_BUILD=.exe
SRC_ROOT=`pwd`
@ -1976,7 +1978,6 @@ AC_ARG_WITH(system-libxml-for-build,
dnl ===================================================================
dnl check for required programs (grep, awk, sed, bash)
dnl ===================================================================
AC_PROG_EGREP
pathmunge ()
{