From: Paul Eggert Date: Mon, 3 May 2004 03:53:20 +0000 (+0000) Subject: Regenerate. X-Git-Tag: AUTOCONF-2.59c~705 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a07aa35f443099b46655e728ff658ade6560693a;p=thirdparty%2Fautoconf.git Regenerate. --- diff --git a/bin/autoconf.in b/bin/autoconf.in index f946a75aa..eedec1115 100644 --- a/bin/autoconf.in +++ b/bin/autoconf.in @@ -169,7 +169,7 @@ test \$exitcode = 0) || { (exit 1); exit 1; } ") 2> /dev/null; then : else - as_candidate_shells="$SHELL" + as_candidate_shells= as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do @@ -184,7 +184,7 @@ do done - for as_shell in $as_candidate_shells; do + for as_shell in $as_candidate_shells ${SHELL-/bin/sh}; do if { $as_shell 2> /dev/null <<\_ASEOF # Be Bourne compatible if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then diff --git a/tests/wrapper.in b/tests/wrapper.in index 1c5a37dff..75c0e92f3 100755 --- a/tests/wrapper.in +++ b/tests/wrapper.in @@ -169,7 +169,7 @@ test \$exitcode = 0) || { (exit 1); exit 1; } ") 2> /dev/null; then : else - as_candidate_shells="$SHELL" + as_candidate_shells= as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do @@ -184,7 +184,7 @@ do done - for as_shell in $as_candidate_shells; do + for as_shell in $as_candidate_shells $SHELL; do if { $as_shell 2> /dev/null <<\_ASEOF # Be Bourne compatible if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then