autoconf/tests/autoreconf
Akim Demaille cd0e85de14 * bin/autoconf.in (--include, -I): New option.
Map --localdir, --autoconf-dir onto it.
Forward autom4te's options instead of interpreting them.
* bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
There is no such envvar since the inception of autom4te.cfg.
* bin/autom4te.in (&parse_args): Uniquify `@include'.
* bin/autoupdate.in: Adjust, and perform more control.
* tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
* tests/autoconf: Dittowise.
2001-08-31 13:31:54 +00:00

9 lines
153 B
Bash
Executable File

#! /bin/sh
# Running `$0' as if it were installed.
me=`echo "$0" | sed -e 's,.*[\\/],,'`
. ./atconfig
exec ../bin/$me --autoconf-dir ../lib ${1+"$@"}