Do AC_PROG_EGREP before using $GREP
This commit is contained in:
parent
f21960f3b3
commit
4fa48a1190
1 changed files with 2 additions and 1 deletions
|
@ -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 ()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue