Kaydet (Commit) 4fa48a11 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Do AC_PROG_EGREP before using $GREP

üst f21960f3
...@@ -61,6 +61,8 @@ else ...@@ -61,6 +61,8 @@ else
fi fi
AC_SUBST(CROSS_COMPILING) AC_SUBST(CROSS_COMPILING)
AC_PROG_EGREP
if test "$build_os" = "cygwin"; then if test "$build_os" = "cygwin"; then
EXEEXT_FOR_BUILD=.exe EXEEXT_FOR_BUILD=.exe
SRC_ROOT=`pwd` SRC_ROOT=`pwd`
...@@ -1976,7 +1978,6 @@ AC_ARG_WITH(system-libxml-for-build, ...@@ -1976,7 +1978,6 @@ AC_ARG_WITH(system-libxml-for-build,
dnl =================================================================== dnl ===================================================================
dnl check for required programs (grep, awk, sed, bash) dnl check for required programs (grep, awk, sed, bash)
dnl =================================================================== dnl ===================================================================
AC_PROG_EGREP
pathmunge () pathmunge ()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment