mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-29 07:58:28 +00:00
Auto-commit of generated files.
This commit is contained in:
parent
c05cf3902a
commit
9c29597b23
@ -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@
|
||||
|
41
autogen/configure
vendored
41
autogen/configure
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user