## -------------------- ##
-# _AC_CHECK_TOOL_PREFIX
+# AC_CHECK_TOOL_PREFIX
# ---------------------
-AC_DEFUN(_AC_CHECK_TOOL_PREFIX,
+AC_DEFUN(AC_CHECK_TOOL_PREFIX,
[AC_REQUIRE([AC_CANONICAL_HOST])dnl
AC_REQUIRE([AC_CANONICAL_BUILD])dnl
if test $host != $build; then
else
ac_tool_prefix=
fi
-])# _AC_CHECK_TOOL_PREFIX
+])# AC_CHECK_TOOL_PREFIX
# AC_PATH_TOOL(VARIABLE, PROG-TO-CHECK-FOR, [VALUE-IF-NOT-FOUND], [PATH])
# -----------------------------------------------------------------------
AC_DEFUN(AC_PATH_TOOL,
-[AC_REQUIRE([_AC_CHECK_TOOL_PREFIX])dnl
+[AC_REQUIRE([AC_CHECK_TOOL_PREFIX])dnl
AC_PATH_PROG($1, ${ac_tool_prefix}$2, ${ac_tool_prefix}$2,
ifelse([$3], , [$2]), $4)
ifval([$3], [
# AC_CHECK_TOOL(VARIABLE, PROG-TO-CHECK-FOR, [VALUE-IF-NOT-FOUND], [PATH])
# ------------------------------------------------------------------------
AC_DEFUN(AC_CHECK_TOOL,
-[AC_REQUIRE([_AC_CHECK_TOOL_PREFIX])dnl
+[AC_REQUIRE([AC_CHECK_TOOL_PREFIX])dnl
AC_CHECK_PROG($1, ${ac_tool_prefix}$2, ${ac_tool_prefix}$2,
ifelse([$3], , [$2], ), $4)
ifval([$3], [
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<\EOF
`configure' configures Autoconf 2.14a to adapt to many kinds
-of systems.
Usage: configure [OPTION]... [VAR=VALUE]... [HOST]
fi
if test -n "$ac_init_help"; then
-
+ $ac_init_help ||
+ echo "Configuration of Autoconf 2.14a:"
cat <<\EOF
EOF
fi
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" 1>&6
-echo "configure:594: checking for a BSD compatible install" 1>&5
+echo "configure:595: checking for a BSD compatible install" 1>&5
if test -z "$INSTALL"; then
if test "${ac_cv_path_install+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
echo $ECHO_N "checking whether build environment is sane... $ECHO_C" 1>&6
-echo "configure:646: checking whether build environment is sane" 1>&5
+echo "configure:647: checking whether build environment is sane" 1>&5
# Just in case
sleep 1
echo timestamp > conftestfile
test "$program_transform_name" = "" && program_transform_name="s,x,x,"
echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" 1>&6
-echo "configure:699: checking whether ${MAKE-make} sets \${MAKE}" 1>&5
+echo "configure:700: checking whether ${MAKE-make} sets \${MAKE}" 1>&5
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
missing_dir=`cd $ac_aux_dir && pwd`
echo $ECHO_N "checking for working aclocal... $ECHO_C" 1>&6
-echo "configure:737: checking for working aclocal" 1>&5
+echo "configure:738: checking for working aclocal" 1>&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
fi
echo $ECHO_N "checking for working autoconf... $ECHO_C" 1>&6
-echo "configure:749: checking for working autoconf" 1>&5
+echo "configure:750: checking for working autoconf" 1>&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
fi
echo $ECHO_N "checking for working automake... $ECHO_C" 1>&6
-echo "configure:761: checking for working automake" 1>&5
+echo "configure:762: checking for working automake" 1>&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
fi
echo $ECHO_N "checking for working autoheader... $ECHO_C" 1>&6
-echo "configure:773: checking for working autoheader" 1>&5
+echo "configure:774: checking for working autoheader" 1>&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
fi
echo $ECHO_N "checking for working makeinfo... $ECHO_C" 1>&6
-echo "configure:785: checking for working makeinfo" 1>&5
+echo "configure:786: checking for working makeinfo" 1>&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ECHO_N "checking for $ac_word... $ECHO_C" 1>&6
-echo "configure:802: checking for $ac_word" 1>&5
+echo "configure:803: checking for $ac_word" 1>&5
if test "${ac_cv_path_M4+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
test -n "$M4" || M4="m4"
echo $ECHO_N "checking whether m4 supports frozen files... $ECHO_C" 1>&6
-echo "configure:834: checking whether m4 supports frozen files" 1>&5
+echo "configure:835: checking whether m4 supports frozen files" 1>&5
if test "${ac_cv_prog_gnu_m4+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ECHO_N "checking for $ac_word... $ECHO_C" 1>&6
-echo "configure:854: checking for $ac_word" 1>&5
+echo "configure:855: checking for $ac_word" 1>&5
if test "${ac_cv_prog_AWK+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
done
echo $ECHO_N "checking for working help2man... $ECHO_C" 1>&6
-echo "configure:885: checking for working help2man" 1>&5
+echo "configure:886: checking for working help2man" 1>&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
# Extract the first word of "perl", so it can be a program name with args.
set dummy perl; ac_word=$2
echo $ECHO_N "checking for $ac_word... $ECHO_C" 1>&6
-echo "configure:899: checking for $ac_word" 1>&5
+echo "configure:900: checking for $ac_word" 1>&5
if test "${ac_cv_path_PERL+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" 1>&6
-echo "configure:945: checking for a BSD compatible install" 1>&5
+echo "configure:946: checking for a BSD compatible install" 1>&5
if test -z "$INSTALL"; then
if test "${ac_cv_path_install+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
## -------------------- ##
-# _AC_CHECK_TOOL_PREFIX
+# AC_CHECK_TOOL_PREFIX
# ---------------------
-AC_DEFUN(_AC_CHECK_TOOL_PREFIX,
+AC_DEFUN(AC_CHECK_TOOL_PREFIX,
[AC_REQUIRE([AC_CANONICAL_HOST])dnl
AC_REQUIRE([AC_CANONICAL_BUILD])dnl
if test $host != $build; then
else
ac_tool_prefix=
fi
-])# _AC_CHECK_TOOL_PREFIX
+])# AC_CHECK_TOOL_PREFIX
# AC_PATH_TOOL(VARIABLE, PROG-TO-CHECK-FOR, [VALUE-IF-NOT-FOUND], [PATH])
# -----------------------------------------------------------------------
AC_DEFUN(AC_PATH_TOOL,
-[AC_REQUIRE([_AC_CHECK_TOOL_PREFIX])dnl
+[AC_REQUIRE([AC_CHECK_TOOL_PREFIX])dnl
AC_PATH_PROG($1, ${ac_tool_prefix}$2, ${ac_tool_prefix}$2,
ifelse([$3], , [$2]), $4)
ifval([$3], [
# AC_CHECK_TOOL(VARIABLE, PROG-TO-CHECK-FOR, [VALUE-IF-NOT-FOUND], [PATH])
# ------------------------------------------------------------------------
AC_DEFUN(AC_CHECK_TOOL,
-[AC_REQUIRE([_AC_CHECK_TOOL_PREFIX])dnl
+[AC_REQUIRE([AC_CHECK_TOOL_PREFIX])dnl
AC_CHECK_PROG($1, ${ac_tool_prefix}$2, ${ac_tool_prefix}$2,
ifelse([$3], , [$2], ), $4)
ifval([$3], [