summaryrefslogtreecommitdiff
path: root/gnu/dist/autoconf/tests/wrapper.as
blob: ff3d9b3eb22197786a75ce9d192391f8d6435a9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
AS_INIT[]dnl                                         -*- shell-script -*-
# @configure_input@
# Running `$0' as if it were installed.

AUTOCONF=@abs_top_builddir@/bin/autoconf
AUTOHEADER=@abs_top_builddir@/bin/autoheader
AUTOM4TE=@abs_top_builddir@/bin/autom4te
AUTOM4TE_CFG=@abs_top_builddir@/lib/autom4te.cfg
autom4te_perllibdir=@abs_top_srcdir@/lib
export AUTOCONF AUTOHEADER AUTOM4TE AUTOM4TE_CFG autom4te_perllibdir

case $as_me in
  ifnames)
     # Does not have lib files.
     exec @abs_top_builddir@/bin/$as_me ${1+"$@"}
     ;;
  *)
     # We might need files from the build tree (frozen files), in
     # addition of src files.
     exec @abs_top_builddir@/bin/$as_me \
	  -B @abs_top_builddir@/lib \
	  -B @abs_top_srcdir@/lib ${1+"$@"}
esac
exit 1