mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-13 14:36:50 +08:00
Regenerate.
This commit is contained in:
parent
dce46f95f4
commit
897cdc4f8a
56
configure
vendored
56
configure
vendored
@ -1363,7 +1363,6 @@ _ACEOF
|
||||
ac_configure_args=
|
||||
ac_configure_args0=
|
||||
ac_configure_args1=
|
||||
ac_sep=
|
||||
ac_must_keep_next=false
|
||||
for ac_pass in 1 2
|
||||
do
|
||||
@ -1396,9 +1395,7 @@ do
|
||||
-* ) ac_must_keep_next=true ;;
|
||||
esac
|
||||
fi
|
||||
ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
|
||||
# Get rid of the leading space.
|
||||
ac_sep=" "
|
||||
ac_configure_args="$ac_configure_args '$ac_arg'"
|
||||
;;
|
||||
esac
|
||||
done
|
||||
@ -1462,6 +1459,9 @@ _ASBOX
|
||||
for ac_var in $ac_subst_vars
|
||||
do
|
||||
eval ac_val=\$$ac_var
|
||||
case $ac_val in
|
||||
*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
|
||||
esac
|
||||
echo "$ac_var='\''$ac_val'\''"
|
||||
done | sort
|
||||
echo
|
||||
@ -1476,6 +1476,9 @@ _ASBOX
|
||||
for ac_var in $ac_subst_files
|
||||
do
|
||||
eval ac_val=\$$ac_var
|
||||
case $ac_val in
|
||||
*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
|
||||
esac
|
||||
echo "$ac_var='\''$ac_val'\''"
|
||||
done | sort
|
||||
echo
|
||||
@ -1917,25 +1920,25 @@ done
|
||||
|
||||
{ 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_,'`
|
||||
set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/^a-zA-Z0-9_/_/g'`
|
||||
if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
cat >conftest.make <<\_ACEOF
|
||||
SHELL = /bin/sh
|
||||
all:
|
||||
@echo 'ac_maketemp=X"$(MAKE)"'
|
||||
@echo '@@@%%%=$(MAKE)=@@@%%%'
|
||||
_ACEOF
|
||||
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
|
||||
eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
|
||||
if test "$ac_maketemp" != X ; then
|
||||
eval ac_cv_prog_make_${ac_make}_set=yes
|
||||
else
|
||||
eval ac_cv_prog_make_${ac_make}_set=no
|
||||
fi
|
||||
case `${MAKE-make} -f conftest.make 2>/dev/null` in
|
||||
*@@@%%%=?*=@@@%%%*)
|
||||
eval ac_cv_prog_make_${ac_make}_set=yes;;
|
||||
*)
|
||||
eval ac_cv_prog_make_${ac_make}_set=no;;
|
||||
esac
|
||||
rm -f conftest.make
|
||||
fi
|
||||
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
|
||||
if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
|
||||
{ echo "$as_me:$LINENO: result: yes" >&5
|
||||
echo "${ECHO_T}yes" >&6; }
|
||||
SET_MAKE=
|
||||
@ -3267,7 +3270,7 @@ cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
GNU Autoconf config.status 2.59d
|
||||
configured by $0, generated by GNU Autoconf 2.59d,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
Copyright (C) 2006 Free Software Foundation, Inc.
|
||||
This config.status script is free software; the Free Software Foundation
|
||||
@ -3337,10 +3340,10 @@ fi
|
||||
_ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
if \$ac_cs_recheck; then
|
||||
echo "running CONFIG_SHELL=$SHELL $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
|
||||
echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
|
||||
CONFIG_SHELL=$SHELL
|
||||
export CONFIG_SHELL
|
||||
exec $SHELL "$0" $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
|
||||
exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
|
||||
fi
|
||||
|
||||
_ACEOF
|
||||
@ -3514,7 +3517,7 @@ LIBOBJS!$LIBOBJS$ac_delim
|
||||
LTLIBOBJS!$LTLIBOBJS$ac_delim
|
||||
_ACEOF
|
||||
|
||||
if test `grep -c "$ac_delim\$" conf$$subs.sed` = 72; then
|
||||
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 72; then
|
||||
break
|
||||
elif $ac_last_try; then
|
||||
{ { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
|
||||
@ -3525,10 +3528,10 @@ echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
|
||||
fi
|
||||
done
|
||||
|
||||
ac_eof=
|
||||
if grep '^CEOF$' conf$$subs.sed >/dev/null; then
|
||||
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF//p' conf$$subs.sed | sort -nru | sed 1q`
|
||||
ac_eof=`expr 0$ac_eof + 1`
|
||||
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
|
||||
if test -n "$ac_eof"; then
|
||||
ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
|
||||
ac_eof=`expr $ac_eof + 1`
|
||||
fi
|
||||
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
@ -3746,7 +3749,7 @@ _ACEOF
|
||||
cat >>$CONFIG_STATUS <<\_ACEOF
|
||||
# If the template does not know about datarootdir, expand it.
|
||||
# FIXME: This hack should be removed a few years after 2.60.
|
||||
ac_datarootdir_hack=
|
||||
ac_datarootdir_hack=; ac_datarootdir_seen=
|
||||
|
||||
case `sed -n '/datarootdir/ {
|
||||
p
|
||||
@ -3758,7 +3761,7 @@ case `sed -n '/datarootdir/ {
|
||||
/@localedir@/p
|
||||
/@mandir@/p
|
||||
' $ac_file_inputs` in
|
||||
*datarootdir*) ;;
|
||||
*datarootdir*) ac_datarootdir_seen=yes;;
|
||||
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
|
||||
{ echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
|
||||
echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
|
||||
@ -3797,6 +3800,13 @@ s&@INSTALL@&$ac_INSTALL&;t t
|
||||
$ac_datarootdir_hack
|
||||
" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
|
||||
|
||||
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
|
||||
{ ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
|
||||
{ echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
|
||||
which seems to be undefined. Please make sure it is defined." >&5
|
||||
echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
|
||||
which seems to be undefined. Please make sure it is defined." >&2;}
|
||||
|
||||
rm -f "$tmp/stdin"
|
||||
case $ac_file in
|
||||
-) cat "$tmp/out"; rm -f "$tmp/out";;
|
||||
|
Loading…
x
Reference in New Issue
Block a user