<AUTORECONF>: Allow variable override.
+2005-09-27 Tim Rice <tim@multitalents.net>
+
+ * tests/defs.m4sh, tests/testsuite.at (PREPARE_TESTS)
+ <AUTORECONF>: Allow variable override.
+
2005-09-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* HACKING: Only update libltdl version info before release.
m4_include([general.m4sh])
: ${AUTOCONF="autoconf"}
+: ${AUTORECONF="autoreconf"}
: ${LIBTOOL="./libtool"}
# Sed that helps us avoid accidentally triggering echo(1) options like -n.
func_msg "Configuring in $my_dir"
- test -f "$my_testdir/configure" || autoreconf --force --install $my_testdir
+ test -f "$my_testdir/configure" || ${AUTORECONF} --force --install $my_testdir
if test -f "$my_testdir/configure"; then
eval func_msg $SHELL "$my_testdir/configure" $my_args
: ${LIBTOOL="${abs_top_builddir}/libtool"}
: ${ACLOCAL=aclocal}
: ${AUTOCONF=autoconf}
-export LIBTOOLIZE LIBTOOL ACLOCAL AUTOCONF
+: ${AUTORECONF=autoreconf}
+export LIBTOOLIZE LIBTOOL ACLOCAL AUTOCONF AUTORECONF
eval `$LIBTOOL --config | grep ^EGREP=`
eval `$LIBTOOL --config | $EGREP '^(host|host_os|build)='`
m4_divert_pop([PREPARE_TESTS])dnl
m4_define([LT_AT_BOOTSTRAP],
[
test -f ./ltmain.sh || LT_AT_LIBTOOLIZE([--copy])
-test -f ./configure || _lt_pkgdatadir="$abs_top_srcdir" autoreconf --force --verbose --install || exit 1
+test -f ./configure || _lt_pkgdatadir="$abs_top_srcdir" ${AUTORECONF} --force --verbose --install || exit 1
test -f ./configure || exit 1
./configure
])