/[autoconf]/autoconf/bin/autoconf.in
ViewVC logotype

Diff of /autoconf/bin/autoconf.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.146 by akim, Wed Apr 10 17:32:35 2002 UTC revision 1.147 by akim, Mon Apr 22 09:13:43 2002 UTC
# Line 7  Line 7 
7  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
8    emulate sh    emulate sh
9    NULLCMD=:    NULLCMD=:
10    # Zsh performs word splitting on ${1+"$@"}, which is contrary to    # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
11    # our usage.  Disable this feature.    # is contrary to our usage.  Disable this feature.
12    alias -g '${1+"$@"}'='"$@"'    alias -g '${1+"$@"}'='"$@"'
13  elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then  elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
14    set -o posix    set -o posix
# Line 278  esac Line 278  esac
278  # Unless specified, the output is stdout.  # Unless specified, the output is stdout.
279  test -z "$outfile" && outfile=-  test -z "$outfile" && outfile=-
280    
281  # Running autom4te.  # Run autom4te with expansion.
282  run_autom4te="$AUTOM4TE --language=autoconf --output=$outfile"  eval set \$AUTOM4TE --language=autoconf --output=\$outfile "$traces" \$infile
283  # Autom4te expansion.  $verbose "$me: running $*" >&2
284  eval set dummy "$traces"  exec "$@"
 shift  
 $verbose "$me: running $run_autom4te "${1+"$@"}" $infile" >&2  
 exec $run_autom4te ${1+"$@"} $infile  

Legend:
Removed from v.1.146  
changed lines
  Added in v.1.147

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26