PYTHONPATH
CHECKPOLICY
XENSTORED
-AWK
OCAMLFIND
OCAMLBUILD
OCAMLDOC
INSTALL_SCRIPT
INSTALL_PROGRAM
SET_MAKE
+AWK
IASL
BCC
LD86
LD86
BCC
IASL
+AWK
CPP
PKG_CONFIG
PKG_CONFIG_PATH
LD86 Path to ld86 tool
BCC Path to bcc tool
IASL Path to iasl tool
+ AWK Path to awk tool
CPP C preprocessor
PKG_CONFIG path to pkg-config utility
PKG_CONFIG_PATH
+
# Checks for programs.
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
then
as_fn_error $? "Unable to find perl, please install perl" "$LINENO" 5
fi
+# Extract the first word of "awk", so it can be a program name with args.
+set dummy awk; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_path_AWK+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ case $AWK in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_AWK="$AWK" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_path_AWK="$as_dir/$ac_word$ac_exec_ext"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+ test -z "$ac_cv_path_AWK" && ac_cv_path_AWK="no"
+ ;;
+esac
+fi
+AWK=$ac_cv_path_AWK
+if test -n "$AWK"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
+$as_echo "$AWK" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+if test x"${AWK}" = x"no"
+then
+ as_fn_error $? "Unable to find awk, please install awk" "$LINENO" 5
+fi
# checking for ocamlc
if test -n "$ac_tool_prefix"; then
AC_ARG_VAR([LD86], [Path to ld86 tool])
AC_ARG_VAR([BCC], [Path to bcc tool])
AC_ARG_VAR([IASL], [Path to iasl tool])
+AC_ARG_VAR([AWK], [Path to awk tool])
# Checks for programs.
AC_PROG_CC
AC_PATH_PROG([BISON], [bison])
AC_PATH_PROG([FLEX], [flex])
AX_PATH_PROG_OR_FAIL([PERL], [perl])
+AX_PATH_PROG_OR_FAIL([AWK], [awk])
AC_PROG_OCAML
AC_PROG_FINDLIB