#! /bin/sh
# tests/autoreconf.  Generated from wrappl.in by configure.
# Running `$0' as if it were installed.

me=`echo "$0" | sed -e 's,.*[\\/],,'`

# Be sure to use the non installed Perl modules.
# We need no special protection for the subtools (e.g., autoheader runs
# autoconf which runs autom4te) because by themselves, they try to use
# subtools from the same directory (i.e., foo/autoheader will run
# foo/autoconf etc.).
autom4te_perllibdir=/mit/gcc-3.2/src/autoconf-2.53/lib
export autom4te_perllibdir

case $me in
  ifnames)
     # Does not have lib files.
     exec /mit/gcc-3.2/src/autoconf-2.53/bin/$me ${1+"$@"}
     ;;
  autom4te)
     AUTOM4TE_CFG=/mit/gcc-3.2/src/autoconf-2.53/lib/autom4te.cfg
     export AUTOM4TE_CFG
     ;;
esac

# We might need files from build (frozen files), in addition of src files.
exec /mit/gcc-3.2/src/autoconf-2.53/bin/$me \
     -I /mit/gcc-3.2/src/autoconf-2.53/lib \
     -I /mit/gcc-3.2/src/autoconf-2.53/lib ${1+"$@"}
