autoconf/tests/autoheader
Akim Demaille d7d052d158 * bin/autoheader.in: Rewrite in Perl.
* tests/autoheader: Adjust.
2001-08-31 13:32:13 +00:00

15 lines
473 B
Bash
Executable File

#! /bin/sh
# Running `autoheader' as if it were installed.
. ./atconfig
# 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=$top_srcdir/lib
export autom4te_perllibdir
exec ../bin/autoheader --autoconf-dir ../lib ${1+"$@"}