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

Diff of /autoconf/tests/wrapper.in

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

revision 1.3 by akim, Thu May 22 13:24:08 2003 UTC revision 1.4 by akim, Thu Sep 25 09:30:35 2003 UTC
# Line 15  elif test -n "${BASH_VERSION+set}" && (s Line 15  elif test -n "${BASH_VERSION+set}" && (s
15  fi  fi
16    
17  # Support unset when possible.  # Support unset when possible.
18  if (as_foo=foo; unset as_foo) >/dev/null 2>&1; then  if ((MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
19    as_unset=unset    as_unset=unset
20  else  else
21    as_unset=false    as_unset=false
# Line 58  fi Line 58  fi
58  # Name of the executable.  # Name of the executable.
59  as_me=`$as_basename "$0" ||  as_me=`$as_basename "$0" ||
60  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
61          X"$0" : 'X\(//\)$' \| \           X"$0" : 'X\(//\)$' \| \
62          X"$0" : 'X\(/\)$' \| \           X"$0" : 'X\(/\)$' \| \
63          .     : '\(.\)' 2>/dev/null ||           .     : '\(.\)' 2>/dev/null ||
64  echo X/"$0" |  echo X/"$0" |
65      sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }      sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
66            /^X\/\(\/\/\)$/{ s//\1/; q; }            /^X\/\(\/\/\)$/{ s//\1/; q; }
# Line 68  echo X/"$0" | Line 68  echo X/"$0" |
68            s/.*/./; q'`            s/.*/./; q'`
69    
70    
 # @configure_input@  
 # Running `$0' as if it were installed.  
71    
72  AUTOCONF=@abs_top_builddir@/bin/autoconf  testdir=@abs_top_builddir@/tests
73  AUTOHEADER=@abs_top_builddir@/bin/autoheader  AUTOCONF=$testdir/autoconf
74  AUTOM4TE=@abs_top_builddir@/bin/autom4te  AUTOHEADER=$testdir/autoheader
75    AUTOM4TE=$testdir/autom4te
76  AUTOM4TE_CFG=@abs_top_builddir@/lib/autom4te.cfg  AUTOM4TE_CFG=@abs_top_builddir@/lib/autom4te.cfg
77  autom4te_perllibdir=@abs_top_srcdir@/lib  autom4te_perllibdir=@abs_top_srcdir@/lib
78  export AUTOCONF AUTOHEADER AUTOM4TE AUTOM4TE_CFG autom4te_perllibdir  export AUTOCONF AUTOHEADER AUTOM4TE AUTOM4TE_CFG autom4te_perllibdir

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