From 9c29597b231f64524101bb894de063ade5073a19 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 4 Jun 2012 06:17:27 -0400 Subject: [PATCH] Auto-commit of generated files. --- autogen/Makefile.in | 1 + autogen/configure | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/autogen/Makefile.in b/autogen/Makefile.in index 1c710967211..b450729ac0d 100644 --- a/autogen/Makefile.in +++ b/autogen/Makefile.in @@ -583,6 +583,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ +PAXCTL = @PAXCTL@ PKG_CONFIG = @PKG_CONFIG@ POST_ALLOC_OBJ = @POST_ALLOC_OBJ@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ diff --git a/autogen/configure b/autogen/configure index e2bbe20b15f..a2901babfa8 100755 --- a/autogen/configure +++ b/autogen/configure @@ -1207,6 +1207,7 @@ CANNOT_DUMP INFO_OPTS INFO_EXT HAVE_MAKEINFO +PAXCTL GZIP_PROG INSTALL_INFO GNULIB_WARN_CFLAGS @@ -7746,6 +7747,46 @@ $as_echo "no" >&6; } fi +# Extract the first word of "paxctl", so it can be a program name with args. +set dummy paxctl; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_path_PAXCTL+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + case $PAXCTL in + [\\/]* | ?:[\\/]*) + ac_cv_path_PAXCTL="$PAXCTL" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/sbin$PATH_SEPARATOR/usr/sbin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_PAXCTL="$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 + + ;; +esac +fi +PAXCTL=$ac_cv_path_PAXCTL +if test -n "$PAXCTL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PAXCTL" >&5 +$as_echo "$PAXCTL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + ## Need makeinfo >= 4.7 (?) to build the manuals. -- 2.39.2