2002-04-12 17:56:10 +08:00
|
|
|
AS_INIT[]dnl -*- shell-script -*-
|
|
|
|
# @configure_input@
|
|
|
|
# Running `$0' as if it were installed.
|
|
|
|
|
2002-06-15 15:47:42 +08:00
|
|
|
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
|
2002-04-12 17:56:10 +08:00
|
|
|
autom4te_perllibdir=@abs_top_srcdir@/lib
|
2002-06-15 15:47:42 +08:00
|
|
|
export AUTOCONF AUTOHEADER AUTOM4TE AUTOM4TE_CFG autom4te_perllibdir
|
2002-04-12 17:56:10 +08:00
|
|
|
|
|
|
|
case $as_me in
|
|
|
|
ifnames)
|
|
|
|
# Does not have lib files.
|
|
|
|
exec @abs_top_builddir@/bin/$as_me ${1+"$@"}
|
|
|
|
;;
|
2002-07-17 18:13:32 +08:00
|
|
|
*)
|
|
|
|
# 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+"$@"}
|
2002-04-12 18:10:10 +08:00
|
|
|
esac
|
2002-07-17 18:13:32 +08:00
|
|
|
exit 1
|