mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-23 14:09:51 +08:00
Regenerate.
This commit is contained in:
parent
1c847e3b05
commit
2e7e98df0d
6
configure
vendored
6
configure
vendored
@ -232,8 +232,8 @@ IFS=$as_save_IFS
|
||||
|
||||
|
||||
for as_shell in $as_candidate_shells $SHELL; do
|
||||
# Try only shells which exist, to save several forks.
|
||||
if test -f "$as_shell" &&
|
||||
# Try only shells that exist, to save several forks.
|
||||
if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
|
||||
{ ("$as_shell") 2> /dev/null <<\_ASEOF
|
||||
# Be Bourne compatible
|
||||
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
|
||||
@ -1920,7 +1920,7 @@ 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 x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/^a-zA-Z0-9_/_/g'`
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user