/[autoconf]/autoconf/tests/wrapsh.in
ViewVC logotype

Diff of /autoconf/tests/wrapsh.in

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

revision 1.3 by akim, Wed Apr 10 15:58:21 2002 UTC revision 1.4 by akim, Fri Apr 12 09:56:11 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 75  echo X/"$0" | Line 75  echo X/"$0" |
75            s/.*/./; q'`            s/.*/./; q'`
76    
77    
78    # @configure_input@
79  # Running `$0' as if it were installed.  # Running `$0' as if it were installed.
80  me=`echo "$0" | sed -e 's,.*\\/,,'`  exec @abs_top_builddir@/bin/$as_me --include @abs_top_builddir@/lib ${1+"$@"}
   
 exec @abs_top_builddir@/bin/$me --include @abs_top_builddir@/lib ${1+"$@"}  

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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