mirror of
git://git.sv.gnu.org/autoconf
synced 2024-12-15 02:20:10 +08:00
Regenerate.
This commit is contained in:
parent
2fa1c5c37e
commit
647acbdf1d
425
configure
vendored
425
configure
vendored
@ -158,12 +158,12 @@ if as_func_success; then
|
||||
:
|
||||
else
|
||||
exitcode=1
|
||||
echo as_func_failure succeeded.
|
||||
echo as_func_success failed.
|
||||
fi
|
||||
|
||||
if as_func_failure; then
|
||||
exitcode=1
|
||||
echo as_func_success failed.
|
||||
echo as_func_failure succeeded.
|
||||
fi
|
||||
|
||||
if as_func_ret_success; then
|
||||
@ -268,12 +268,12 @@ if as_func_success; then
|
||||
:
|
||||
else
|
||||
exitcode=1
|
||||
echo as_func_failure succeeded.
|
||||
echo as_func_success failed.
|
||||
fi
|
||||
|
||||
if as_func_failure; then
|
||||
exitcode=1
|
||||
echo as_func_success failed.
|
||||
echo as_func_failure succeeded.
|
||||
fi
|
||||
|
||||
if as_func_ret_success; then
|
||||
@ -357,12 +357,12 @@ if as_func_success; then
|
||||
:
|
||||
else
|
||||
exitcode=1
|
||||
echo as_func_failure succeeded.
|
||||
echo as_func_success failed.
|
||||
fi
|
||||
|
||||
if as_func_failure; then
|
||||
exitcode=1
|
||||
echo as_func_success failed.
|
||||
echo as_func_failure succeeded.
|
||||
fi
|
||||
|
||||
if as_func_ret_success; then
|
||||
@ -527,11 +527,6 @@ MFLAGS=
|
||||
MAKEFLAGS=
|
||||
SHELL=${CONFIG_SHELL-/bin/sh}
|
||||
|
||||
# Maximum number of lines to put in a shell here document.
|
||||
# This variable seems obsolete. It should probably be removed, and
|
||||
# only ac_max_sed_lines should be used.
|
||||
: ${ac_max_here_lines=38}
|
||||
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='GNU Autoconf'
|
||||
PACKAGE_TARNAME='autoconf'
|
||||
@ -1065,14 +1060,10 @@ else
|
||||
ac_srcdir_defaulted=no
|
||||
fi
|
||||
if test ! -r $srcdir/$ac_unique_file; then
|
||||
if test "$ac_srcdir_defaulted" = yes; then
|
||||
{ echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
|
||||
{ (exit 1); exit 1; }; }
|
||||
else
|
||||
test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
|
||||
{ echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
|
||||
{ (exit 1); exit 1; }; }
|
||||
fi
|
||||
fi
|
||||
(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
|
||||
{ echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
|
||||
{ (exit 1); exit 1; }; }
|
||||
@ -1683,8 +1674,8 @@ am__api_version="1.9"
|
||||
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
|
||||
# OS/2's system install, which has a completely different semantic
|
||||
# ./install, which can be erroneously created by make from ./install.sh.
|
||||
echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
|
||||
echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
|
||||
{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
|
||||
echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
|
||||
if test -z "$INSTALL"; then
|
||||
if test "${ac_cv_path_install+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
@ -1738,8 +1729,8 @@ fi
|
||||
INSTALL=$ac_install_sh
|
||||
fi
|
||||
fi
|
||||
echo "$as_me:$LINENO: result: $INSTALL" >&5
|
||||
echo "${ECHO_T}$INSTALL" >&6
|
||||
{ echo "$as_me:$LINENO: result: $INSTALL" >&5
|
||||
echo "${ECHO_T}$INSTALL" >&6; }
|
||||
|
||||
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
|
||||
# It thinks the first close brace ends the variable substitution.
|
||||
@ -1749,8 +1740,8 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
|
||||
|
||||
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
|
||||
|
||||
echo "$as_me:$LINENO: checking whether build environment is sane" >&5
|
||||
echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
|
||||
{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
|
||||
echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
|
||||
# Just in case
|
||||
sleep 1
|
||||
echo timestamp > conftest.file
|
||||
@ -1792,8 +1783,8 @@ echo "$as_me: error: newly created file is older than distributed files!
|
||||
Check your system clock" >&2;}
|
||||
{ (exit 1); exit 1; }; }
|
||||
fi
|
||||
echo "$as_me:$LINENO: result: yes" >&5
|
||||
echo "${ECHO_T}yes" >&6
|
||||
{ echo "$as_me:$LINENO: result: yes" >&5
|
||||
echo "${ECHO_T}yes" >&6; }
|
||||
test "$program_prefix" != NONE &&
|
||||
program_transform_name="s|^|$program_prefix|;$program_transform_name"
|
||||
# Use a double $ so make ignores it.
|
||||
@ -1857,8 +1848,8 @@ for ac_prog in gawk mawk nawk awk
|
||||
do
|
||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||
set dummy $ac_prog; ac_word=$2
|
||||
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
||||
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
|
||||
if test "${ac_cv_prog_AWK+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
@ -1883,18 +1874,18 @@ fi
|
||||
fi
|
||||
AWK=$ac_cv_prog_AWK
|
||||
if test -n "$AWK"; then
|
||||
echo "$as_me:$LINENO: result: $AWK" >&5
|
||||
echo "${ECHO_T}$AWK" >&6
|
||||
{ echo "$as_me:$LINENO: result: $AWK" >&5
|
||||
echo "${ECHO_T}$AWK" >&6; }
|
||||
else
|
||||
echo "$as_me:$LINENO: result: no" >&5
|
||||
echo "${ECHO_T}no" >&6
|
||||
{ echo "$as_me:$LINENO: result: no" >&5
|
||||
echo "${ECHO_T}no" >&6; }
|
||||
fi
|
||||
|
||||
test -n "$AWK" && break
|
||||
done
|
||||
|
||||
echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
|
||||
echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
|
||||
{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
|
||||
echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
|
||||
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" >&6
|
||||
@ -1914,12 +1905,12 @@ fi
|
||||
rm -f conftest.make
|
||||
fi
|
||||
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
|
||||
echo "$as_me:$LINENO: result: yes" >&5
|
||||
echo "${ECHO_T}yes" >&6
|
||||
{ echo "$as_me:$LINENO: result: yes" >&5
|
||||
echo "${ECHO_T}yes" >&6; }
|
||||
SET_MAKE=
|
||||
else
|
||||
echo "$as_me:$LINENO: result: no" >&5
|
||||
echo "${ECHO_T}no" >&6
|
||||
{ echo "$as_me:$LINENO: result: no" >&5
|
||||
echo "${ECHO_T}no" >&6; }
|
||||
SET_MAKE="MAKE=${MAKE-make}"
|
||||
fi
|
||||
|
||||
@ -1990,8 +1981,8 @@ if test "$cross_compiling" != no; then
|
||||
if test -n "$ac_tool_prefix"; then
|
||||
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
|
||||
set dummy ${ac_tool_prefix}strip; ac_word=$2
|
||||
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
||||
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
|
||||
if test "${ac_cv_prog_STRIP+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
@ -2016,11 +2007,11 @@ fi
|
||||
fi
|
||||
STRIP=$ac_cv_prog_STRIP
|
||||
if test -n "$STRIP"; then
|
||||
echo "$as_me:$LINENO: result: $STRIP" >&5
|
||||
echo "${ECHO_T}$STRIP" >&6
|
||||
{ echo "$as_me:$LINENO: result: $STRIP" >&5
|
||||
echo "${ECHO_T}$STRIP" >&6; }
|
||||
else
|
||||
echo "$as_me:$LINENO: result: no" >&5
|
||||
echo "${ECHO_T}no" >&6
|
||||
{ echo "$as_me:$LINENO: result: no" >&5
|
||||
echo "${ECHO_T}no" >&6; }
|
||||
fi
|
||||
|
||||
fi
|
||||
@ -2028,8 +2019,8 @@ if test -z "$ac_cv_prog_STRIP"; then
|
||||
ac_ct_STRIP=$STRIP
|
||||
# Extract the first word of "strip", so it can be a program name with args.
|
||||
set dummy strip; ac_word=$2
|
||||
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
||||
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
|
||||
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
@ -2054,11 +2045,11 @@ fi
|
||||
fi
|
||||
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
|
||||
if test -n "$ac_ct_STRIP"; then
|
||||
echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
|
||||
echo "${ECHO_T}$ac_ct_STRIP" >&6
|
||||
{ echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
|
||||
echo "${ECHO_T}$ac_ct_STRIP" >&6; }
|
||||
else
|
||||
echo "$as_me:$LINENO: result: no" >&5
|
||||
echo "${ECHO_T}no" >&6
|
||||
{ echo "$as_me:$LINENO: result: no" >&5
|
||||
echo "${ECHO_T}no" >&6; }
|
||||
fi
|
||||
|
||||
if test "x$ac_ct_STRIP" = x; then
|
||||
@ -2117,8 +2108,8 @@ am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
|
||||
# A script that never returns. We don't care that it never returns,
|
||||
# broken /bin/sh loop equally with `false', but it makes it easier to
|
||||
# test the robustness in a good environment: just remove the `-n'.
|
||||
echo "$as_me:$LINENO: checking whether sh -n works" >&5
|
||||
echo $ECHO_N "checking whether sh -n works... $ECHO_C" >&6
|
||||
{ echo "$as_me:$LINENO: checking whether sh -n works" >&5
|
||||
echo $ECHO_N "checking whether sh -n works... $ECHO_C" >&6; }
|
||||
if test "${ac_cv_sh_n_works+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
@ -2141,8 +2132,8 @@ fi
|
||||
rm conftest.sh
|
||||
|
||||
fi
|
||||
echo "$as_me:$LINENO: result: $ac_cv_sh_n_works" >&5
|
||||
echo "${ECHO_T}$ac_cv_sh_n_works" >&6
|
||||
{ echo "$as_me:$LINENO: result: $ac_cv_sh_n_works" >&5
|
||||
echo "${ECHO_T}$ac_cv_sh_n_works" >&6; }
|
||||
|
||||
|
||||
# Initialize the test suite.
|
||||
@ -2153,8 +2144,8 @@ echo "${ECHO_T}$ac_cv_sh_n_works" >&6
|
||||
|
||||
# Extract the first word of "expr", so it can be a program name with args.
|
||||
set dummy expr; ac_word=$2
|
||||
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
||||
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
|
||||
if test "${ac_cv_path_EXPR+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
@ -2183,11 +2174,11 @@ fi
|
||||
EXPR=$ac_cv_path_EXPR
|
||||
|
||||
if test -n "$EXPR"; then
|
||||
echo "$as_me:$LINENO: result: $EXPR" >&5
|
||||
echo "${ECHO_T}$EXPR" >&6
|
||||
{ echo "$as_me:$LINENO: result: $EXPR" >&5
|
||||
echo "${ECHO_T}$EXPR" >&6; }
|
||||
else
|
||||
echo "$as_me:$LINENO: result: no" >&5
|
||||
echo "${ECHO_T}no" >&6
|
||||
{ echo "$as_me:$LINENO: result: no" >&5
|
||||
echo "${ECHO_T}no" >&6; }
|
||||
fi
|
||||
|
||||
|
||||
@ -2204,8 +2195,8 @@ for ac_prog in gm4 gnum4 m4
|
||||
do
|
||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||
set dummy $ac_prog; ac_word=$2
|
||||
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
||||
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
|
||||
if test "${ac_cv_path_M4+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
@ -2234,19 +2225,19 @@ fi
|
||||
M4=$ac_cv_path_M4
|
||||
|
||||
if test -n "$M4"; then
|
||||
echo "$as_me:$LINENO: result: $M4" >&5
|
||||
echo "${ECHO_T}$M4" >&6
|
||||
{ echo "$as_me:$LINENO: result: $M4" >&5
|
||||
echo "${ECHO_T}$M4" >&6; }
|
||||
else
|
||||
echo "$as_me:$LINENO: result: no" >&5
|
||||
echo "${ECHO_T}no" >&6
|
||||
{ echo "$as_me:$LINENO: result: no" >&5
|
||||
echo "${ECHO_T}no" >&6; }
|
||||
fi
|
||||
|
||||
test -n "$M4" && break
|
||||
done
|
||||
test -n "$M4" || M4="m4"
|
||||
|
||||
echo "$as_me:$LINENO: checking whether m4 supports frozen files" >&5
|
||||
echo $ECHO_N "checking whether m4 supports frozen files... $ECHO_C" >&6
|
||||
{ echo "$as_me:$LINENO: checking whether m4 supports frozen files" >&5
|
||||
echo $ECHO_N "checking whether m4 supports frozen files... $ECHO_C" >&6; }
|
||||
if test "${ac_cv_prog_gnu_m4+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
@ -2257,8 +2248,8 @@ if test x"$M4" != x; then
|
||||
esac
|
||||
fi
|
||||
fi
|
||||
echo "$as_me:$LINENO: result: $ac_cv_prog_gnu_m4" >&5
|
||||
echo "${ECHO_T}$ac_cv_prog_gnu_m4" >&6
|
||||
{ echo "$as_me:$LINENO: result: $ac_cv_prog_gnu_m4" >&5
|
||||
echo "${ECHO_T}$ac_cv_prog_gnu_m4" >&6; }
|
||||
if test x"$ac_cv_prog_gnu_m4" != xyes; then
|
||||
{ { echo "$as_me:$LINENO: error: GNU M4 1.4 is required" >&5
|
||||
echo "$as_me: error: GNU M4 1.4 is required" >&2;}
|
||||
@ -2283,8 +2274,8 @@ HELP2MAN=${HELP2MAN-"${am_missing_run}help2man"}
|
||||
# We use an absolute name for perl so the #! line in autoscan will work.
|
||||
# Extract the first word of "perl", so it can be a program name with args.
|
||||
set dummy perl; ac_word=$2
|
||||
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
||||
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
|
||||
if test "${ac_cv_path_PERL+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
@ -2314,11 +2305,11 @@ fi
|
||||
PERL=$ac_cv_path_PERL
|
||||
|
||||
if test -n "$PERL"; then
|
||||
echo "$as_me:$LINENO: result: $PERL" >&5
|
||||
echo "${ECHO_T}$PERL" >&6
|
||||
{ echo "$as_me:$LINENO: result: $PERL" >&5
|
||||
echo "${ECHO_T}$PERL" >&6; }
|
||||
else
|
||||
echo "$as_me:$LINENO: result: no" >&5
|
||||
echo "${ECHO_T}no" >&6
|
||||
{ echo "$as_me:$LINENO: result: no" >&5
|
||||
echo "${ECHO_T}no" >&6; }
|
||||
fi
|
||||
|
||||
if test "$PERL" = no; then
|
||||
@ -2345,8 +2336,8 @@ for ac_prog in emacs xemacs
|
||||
do
|
||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||
set dummy $ac_prog; ac_word=$2
|
||||
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
||||
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
|
||||
if test "${ac_cv_prog_TEST_EMACS+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
@ -2371,11 +2362,11 @@ fi
|
||||
fi
|
||||
TEST_EMACS=$ac_cv_prog_TEST_EMACS
|
||||
if test -n "$TEST_EMACS"; then
|
||||
echo "$as_me:$LINENO: result: $TEST_EMACS" >&5
|
||||
echo "${ECHO_T}$TEST_EMACS" >&6
|
||||
{ echo "$as_me:$LINENO: result: $TEST_EMACS" >&5
|
||||
echo "${ECHO_T}$TEST_EMACS" >&6; }
|
||||
else
|
||||
echo "$as_me:$LINENO: result: no" >&5
|
||||
echo "${ECHO_T}no" >&6
|
||||
{ echo "$as_me:$LINENO: result: no" >&5
|
||||
echo "${ECHO_T}no" >&6; }
|
||||
fi
|
||||
|
||||
test -n "$TEST_EMACS" && break
|
||||
@ -2388,8 +2379,8 @@ test -n "$TEST_EMACS" || TEST_EMACS="no"
|
||||
# "Variable (broken nil) seen on pass 2 of byte compiler but not pass 1"
|
||||
# We detect this problem here.
|
||||
if test "$TEST_EMACS" != no; then
|
||||
echo "$as_me:$LINENO: checking whether $TEST_EMACS is sufficiently recent" >&5
|
||||
echo $ECHO_N "checking whether $TEST_EMACS is sufficiently recent... $ECHO_C" >&6
|
||||
{ echo "$as_me:$LINENO: checking whether $TEST_EMACS is sufficiently recent" >&5
|
||||
echo $ECHO_N "checking whether $TEST_EMACS is sufficiently recent... $ECHO_C" >&6; }
|
||||
if test "${ac_cv_prog_emacs_ok+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
@ -2410,8 +2401,8 @@ fi
|
||||
|
||||
rm -f conftest.el conftest.elc
|
||||
fi
|
||||
echo "$as_me:$LINENO: result: $ac_cv_prog_emacs_ok" >&5
|
||||
echo "${ECHO_T}$ac_cv_prog_emacs_ok" >&6
|
||||
{ echo "$as_me:$LINENO: result: $ac_cv_prog_emacs_ok" >&5
|
||||
echo "${ECHO_T}$ac_cv_prog_emacs_ok" >&6; }
|
||||
if test $ac_cv_prog_emacs_ok = no; then
|
||||
TEST_EMACS=no
|
||||
fi
|
||||
@ -2429,8 +2420,8 @@ EMACS=$TEST_EMACS
|
||||
do
|
||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||
set dummy $ac_prog; ac_word=$2
|
||||
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
||||
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
|
||||
if test "${ac_cv_prog_EMACS+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
@ -2455,11 +2446,11 @@ fi
|
||||
fi
|
||||
EMACS=$ac_cv_prog_EMACS
|
||||
if test -n "$EMACS"; then
|
||||
echo "$as_me:$LINENO: result: $EMACS" >&5
|
||||
echo "${ECHO_T}$EMACS" >&6
|
||||
{ echo "$as_me:$LINENO: result: $EMACS" >&5
|
||||
echo "${ECHO_T}$EMACS" >&6; }
|
||||
else
|
||||
echo "$as_me:$LINENO: result: no" >&5
|
||||
echo "${ECHO_T}no" >&6
|
||||
{ echo "$as_me:$LINENO: result: no" >&5
|
||||
echo "${ECHO_T}no" >&6; }
|
||||
fi
|
||||
|
||||
test -n "$EMACS" && break
|
||||
@ -2473,14 +2464,14 @@ test -n "$EMACS" || EMACS="no"
|
||||
if test "${with_lispdir+set}" = set; then
|
||||
withval="$with_lispdir"
|
||||
lispdir="$withval"
|
||||
echo "$as_me:$LINENO: checking where .elc files should go" >&5
|
||||
echo $ECHO_N "checking where .elc files should go... $ECHO_C" >&6
|
||||
echo "$as_me:$LINENO: result: $lispdir" >&5
|
||||
echo "${ECHO_T}$lispdir" >&6
|
||||
{ echo "$as_me:$LINENO: checking where .elc files should go" >&5
|
||||
echo $ECHO_N "checking where .elc files should go... $ECHO_C" >&6; }
|
||||
{ echo "$as_me:$LINENO: result: $lispdir" >&5
|
||||
echo "${ECHO_T}$lispdir" >&6; }
|
||||
else
|
||||
|
||||
echo "$as_me:$LINENO: checking where .elc files should go" >&5
|
||||
echo $ECHO_N "checking where .elc files should go... $ECHO_C" >&6
|
||||
{ echo "$as_me:$LINENO: checking where .elc files should go" >&5
|
||||
echo $ECHO_N "checking where .elc files should go... $ECHO_C" >&6; }
|
||||
if test "${am_cv_lispdir+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
@ -2508,8 +2499,8 @@ else
|
||||
test -z "$am_cv_lispdir" && am_cv_lispdir='${datadir}/emacs/site-lisp'
|
||||
|
||||
fi
|
||||
echo "$as_me:$LINENO: result: $am_cv_lispdir" >&5
|
||||
echo "${ECHO_T}$am_cv_lispdir" >&6
|
||||
{ echo "$as_me:$LINENO: result: $am_cv_lispdir" >&5
|
||||
echo "${ECHO_T}$am_cv_lispdir" >&6; }
|
||||
lispdir="$am_cv_lispdir"
|
||||
|
||||
fi;
|
||||
@ -2520,8 +2511,8 @@ fi;
|
||||
## ------ ##
|
||||
## Grep. ##
|
||||
## ------ ##
|
||||
echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
|
||||
echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6
|
||||
{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
|
||||
echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
|
||||
if test "${ac_cv_path_GREP+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
@ -2594,8 +2585,8 @@ fi
|
||||
|
||||
|
||||
fi
|
||||
echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
|
||||
echo "${ECHO_T}$ac_cv_path_GREP" >&6
|
||||
{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
|
||||
echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
|
||||
GREP="$ac_cv_path_GREP"
|
||||
|
||||
|
||||
@ -3180,7 +3171,9 @@ do
|
||||
"lib/autoconf/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/autoconf/Makefile" ;;
|
||||
"lib/autotest/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/autotest/Makefile" ;;
|
||||
"bin/Makefile" ) CONFIG_FILES="$CONFIG_FILES bin/Makefile" ;;
|
||||
"" ) CONFIG_LINKS="$CONFIG_LINKS " ;;
|
||||
"tests/atconfig" ) CONFIG_COMMANDS="$CONFIG_COMMANDS tests/atconfig" ;;
|
||||
"" ) CONFIG_HEADERS="$CONFIG_HEADERS " ;;
|
||||
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
|
||||
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
|
||||
{ (exit 1); exit 1; }; };;
|
||||
@ -3222,134 +3215,132 @@ $debug ||
|
||||
|
||||
_ACEOF
|
||||
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
|
||||
cat >>$CONFIG_STATUS <<\_ACEOF
|
||||
#
|
||||
# CONFIG_FILES section.
|
||||
#
|
||||
|
||||
# No need to generate the scripts if there are no CONFIG_FILES.
|
||||
# This happens for instance when ./config.status config.h
|
||||
if test -n "\$CONFIG_FILES"; then
|
||||
# Protect against being on the right side of a sed subst in config.status.
|
||||
sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
|
||||
s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >"\$tmp/subs.sed" <<\\CEOF
|
||||
s,@SHELL@,$SHELL,;t t
|
||||
s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
|
||||
s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
|
||||
s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
|
||||
s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
|
||||
s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
|
||||
s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
|
||||
s,@exec_prefix@,$exec_prefix,;t t
|
||||
s,@prefix@,$prefix,;t t
|
||||
s,@program_transform_name@,$program_transform_name,;t t
|
||||
s,@bindir@,$bindir,;t t
|
||||
s,@sbindir@,$sbindir,;t t
|
||||
s,@libexecdir@,$libexecdir,;t t
|
||||
s,@datarootdir@,$datarootdir,;t t
|
||||
s,@datadir@,$datadir,;t t
|
||||
s,@sysconfdir@,$sysconfdir,;t t
|
||||
s,@sharedstatedir@,$sharedstatedir,;t t
|
||||
s,@localstatedir@,$localstatedir,;t t
|
||||
s,@includedir@,$includedir,;t t
|
||||
s,@oldincludedir@,$oldincludedir,;t t
|
||||
s,@docdir@,$docdir,;t t
|
||||
s,@infodir@,$infodir,;t t
|
||||
s,@htmldir@,$htmldir,;t t
|
||||
s,@dvidir@,$dvidir,;t t
|
||||
s,@pdfdir@,$pdfdir,;t t
|
||||
s,@psdir@,$psdir,;t t
|
||||
s,@libdir@,$libdir,;t t
|
||||
s,@localedir@,$localedir,;t t
|
||||
s,@mandir@,$mandir,;t t
|
||||
s,@build_alias@,$build_alias,;t t
|
||||
s,@host_alias@,$host_alias,;t t
|
||||
s,@target_alias@,$target_alias,;t t
|
||||
s,@DEFS@,$DEFS,;t t
|
||||
s,@ECHO_C@,$ECHO_C,;t t
|
||||
s,@ECHO_N@,$ECHO_N,;t t
|
||||
s,@ECHO_T@,$ECHO_T,;t t
|
||||
s,@LIBS@,$LIBS,;t t
|
||||
s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
|
||||
s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
|
||||
s,@INSTALL_DATA@,$INSTALL_DATA,;t t
|
||||
s,@CYGPATH_W@,$CYGPATH_W,;t t
|
||||
s,@PACKAGE@,$PACKAGE,;t t
|
||||
s,@VERSION@,$VERSION,;t t
|
||||
s,@ACLOCAL@,$ACLOCAL,;t t
|
||||
s,@AUTOCONF@,$AUTOCONF,;t t
|
||||
s,@AUTOMAKE@,$AUTOMAKE,;t t
|
||||
s,@AUTOHEADER@,$AUTOHEADER,;t t
|
||||
s,@MAKEINFO@,$MAKEINFO,;t t
|
||||
s,@install_sh@,$install_sh,;t t
|
||||
s,@STRIP@,$STRIP,;t t
|
||||
s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
|
||||
s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
|
||||
s,@mkdir_p@,$mkdir_p,;t t
|
||||
s,@AWK@,$AWK,;t t
|
||||
s,@SET_MAKE@,$SET_MAKE,;t t
|
||||
s,@am__leading_dot@,$am__leading_dot,;t t
|
||||
s,@AMTAR@,$AMTAR,;t t
|
||||
s,@am__tar@,$am__tar,;t t
|
||||
s,@am__untar@,$am__untar,;t t
|
||||
s,@ac_cv_sh_n_works@,$ac_cv_sh_n_works,;t t
|
||||
s,@EXPR@,$EXPR,;t t
|
||||
s,@M4@,$M4,;t t
|
||||
s,@HELP2MAN@,$HELP2MAN,;t t
|
||||
s,@PERL@,$PERL,;t t
|
||||
s,@TEST_EMACS@,$TEST_EMACS,;t t
|
||||
s,@EMACS@,$EMACS,;t t
|
||||
s,@EMACSLOADPATH@,$EMACSLOADPATH,;t t
|
||||
s,@lispdir@,$lispdir,;t t
|
||||
s,@GREP@,$GREP,;t t
|
||||
s,@LIBOBJS@,$LIBOBJS,;t t
|
||||
s,@LTLIBOBJS@,$LTLIBOBJS,;t t
|
||||
CEOF
|
||||
if test -n "$CONFIG_FILES"; then
|
||||
|
||||
_ACEOF
|
||||
|
||||
cat >>$CONFIG_STATUS <<\_ACEOF
|
||||
# Split the substitutions into bite-sized pieces for seds with
|
||||
# small command number limits, like on Digital OSF/1 and HP-UX.
|
||||
ac_max_sed_lines=48
|
||||
ac_sed_frag=1 # Number of current file.
|
||||
ac_beg=1 # First line for current file.
|
||||
ac_end=$ac_max_sed_lines # Line after last line for current file.
|
||||
ac_more_lines=:
|
||||
ac_sed_cmds=
|
||||
while $ac_more_lines; do
|
||||
if test $ac_beg -gt 1; then
|
||||
sed "1,${ac_beg}d; ${ac_end}q" "$tmp/subs.sed" >"$tmp/subs.frag"
|
||||
|
||||
|
||||
ac_delim='%!_!# '
|
||||
for ac_last_try in false false false false false :; do
|
||||
cat >conf$$subs.sed <<_ACEOF
|
||||
SHELL!$SHELL$ac_delim
|
||||
PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
|
||||
PACKAGE_NAME!$PACKAGE_NAME$ac_delim
|
||||
PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
|
||||
PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
|
||||
PACKAGE_STRING!$PACKAGE_STRING$ac_delim
|
||||
PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
|
||||
exec_prefix!$exec_prefix$ac_delim
|
||||
prefix!$prefix$ac_delim
|
||||
program_transform_name!$program_transform_name$ac_delim
|
||||
bindir!$bindir$ac_delim
|
||||
sbindir!$sbindir$ac_delim
|
||||
libexecdir!$libexecdir$ac_delim
|
||||
datarootdir!$datarootdir$ac_delim
|
||||
datadir!$datadir$ac_delim
|
||||
sysconfdir!$sysconfdir$ac_delim
|
||||
sharedstatedir!$sharedstatedir$ac_delim
|
||||
localstatedir!$localstatedir$ac_delim
|
||||
includedir!$includedir$ac_delim
|
||||
oldincludedir!$oldincludedir$ac_delim
|
||||
docdir!$docdir$ac_delim
|
||||
infodir!$infodir$ac_delim
|
||||
htmldir!$htmldir$ac_delim
|
||||
dvidir!$dvidir$ac_delim
|
||||
pdfdir!$pdfdir$ac_delim
|
||||
psdir!$psdir$ac_delim
|
||||
libdir!$libdir$ac_delim
|
||||
localedir!$localedir$ac_delim
|
||||
mandir!$mandir$ac_delim
|
||||
build_alias!$build_alias$ac_delim
|
||||
host_alias!$host_alias$ac_delim
|
||||
target_alias!$target_alias$ac_delim
|
||||
DEFS!$DEFS$ac_delim
|
||||
ECHO_C!$ECHO_C$ac_delim
|
||||
ECHO_N!$ECHO_N$ac_delim
|
||||
ECHO_T!$ECHO_T$ac_delim
|
||||
LIBS!$LIBS$ac_delim
|
||||
INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
|
||||
INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
|
||||
INSTALL_DATA!$INSTALL_DATA$ac_delim
|
||||
CYGPATH_W!$CYGPATH_W$ac_delim
|
||||
PACKAGE!$PACKAGE$ac_delim
|
||||
VERSION!$VERSION$ac_delim
|
||||
ACLOCAL!$ACLOCAL$ac_delim
|
||||
AUTOCONF!$AUTOCONF$ac_delim
|
||||
AUTOMAKE!$AUTOMAKE$ac_delim
|
||||
AUTOHEADER!$AUTOHEADER$ac_delim
|
||||
MAKEINFO!$MAKEINFO$ac_delim
|
||||
install_sh!$install_sh$ac_delim
|
||||
STRIP!$STRIP$ac_delim
|
||||
ac_ct_STRIP!$ac_ct_STRIP$ac_delim
|
||||
INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
|
||||
mkdir_p!$mkdir_p$ac_delim
|
||||
AWK!$AWK$ac_delim
|
||||
SET_MAKE!$SET_MAKE$ac_delim
|
||||
am__leading_dot!$am__leading_dot$ac_delim
|
||||
AMTAR!$AMTAR$ac_delim
|
||||
am__tar!$am__tar$ac_delim
|
||||
am__untar!$am__untar$ac_delim
|
||||
ac_cv_sh_n_works!$ac_cv_sh_n_works$ac_delim
|
||||
EXPR!$EXPR$ac_delim
|
||||
M4!$M4$ac_delim
|
||||
HELP2MAN!$HELP2MAN$ac_delim
|
||||
PERL!$PERL$ac_delim
|
||||
TEST_EMACS!$TEST_EMACS$ac_delim
|
||||
EMACS!$EMACS$ac_delim
|
||||
EMACSLOADPATH!$EMACSLOADPATH$ac_delim
|
||||
lispdir!$lispdir$ac_delim
|
||||
GREP!$GREP$ac_delim
|
||||
LIBOBJS!$LIBOBJS$ac_delim
|
||||
LTLIBOBJS!$LTLIBOBJS$ac_delim
|
||||
_ACEOF
|
||||
|
||||
if test `grep -c "$ac_delim\$" conf$$subs.sed` = 71; then
|
||||
break
|
||||
elif $ac_last_try; then
|
||||
{ { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
|
||||
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
|
||||
{ (exit 1); exit 1; }; }
|
||||
else
|
||||
sed "${ac_end}q" "$tmp/subs.sed" >"$tmp/subs.frag"
|
||||
fi
|
||||
if test ! -s "$tmp/subs.frag"; then
|
||||
ac_more_lines=false
|
||||
else
|
||||
# The purpose of the label and of the branching condition is to
|
||||
# speed up the sed processing (if there are no `@' at all, there
|
||||
# is no need to browse any of the substitutions).
|
||||
# These are the two extra sed commands mentioned above.
|
||||
(echo ':t
|
||||
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat "$tmp/subs.frag") >"$tmp/subs-$ac_sed_frag.sed"
|
||||
if test -z "$ac_sed_cmds"; then
|
||||
ac_sed_cmds="sed -f '$tmp/subs-$ac_sed_frag.sed'"
|
||||
else
|
||||
ac_sed_cmds="$ac_sed_cmds | sed -f '$tmp/subs-$ac_sed_frag.sed'"
|
||||
fi
|
||||
ac_sed_frag=`expr $ac_sed_frag + 1`
|
||||
ac_beg=$ac_end
|
||||
ac_end=`expr $ac_end + $ac_max_sed_lines`
|
||||
ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
|
||||
fi
|
||||
done
|
||||
if test -z "$ac_sed_cmds"; then
|
||||
ac_sed_cmds=cat
|
||||
fi
|
||||
|
||||
ac_eof=`sed -n '/^CEOF0-9*$/s/CEOF//p' conf$$subs.sed | sort -nru | sed 1q`
|
||||
ac_eof=`expr 0$ac_eof + 1`
|
||||
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
|
||||
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
|
||||
_ACEOF
|
||||
sed '
|
||||
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
|
||||
s/^/s,@/; s/!/@,|#_!!_#|/
|
||||
:n
|
||||
t n
|
||||
s/'"$ac_delim"'$/,g/; t
|
||||
s/$/\\/; p
|
||||
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
|
||||
' >>$CONFIG_STATUS <conf$$subs.sed
|
||||
rm -f conf$$subs.sed
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
:end
|
||||
s/|#_!!_#|//g
|
||||
CEOF$ac_eof
|
||||
_ACEOF
|
||||
|
||||
cat >>$CONFIG_STATUS <<\_ACEOF
|
||||
fi # test -n "$CONFIG_FILES"
|
||||
|
||||
_ACEOF
|
||||
cat >>$CONFIG_STATUS <<\_ACEOF
|
||||
for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
|
||||
# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
|
||||
case $ac_file in
|
||||
@ -3502,7 +3493,7 @@ s|@abs_builddir@|$ac_abs_builddir|;t t
|
||||
s|@top_builddir@|$ac_top_builddir_sub|;t t
|
||||
s|@abs_top_builddir@|$ac_abs_top_builddir|;t t
|
||||
s,@INSTALL@,$ac_INSTALL,;t t
|
||||
" $ac_file_inputs | (eval "$ac_sed_cmds") >"$tmp/out"
|
||||
" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
|
||||
rm -f "$tmp/stdin"
|
||||
if test x"$ac_file" != x-; then
|
||||
mv "$tmp/out" $ac_file
|
||||
|
Loading…
Reference in New Issue
Block a user