+2004-09-14 Ken Raeburn <raeburn@mit.edu>
+
+ * reconf: Export ACLOCAL=true to environment.
+
2004-06-18 Ken Raeburn <raeburn@mit.edu>
* Makefile.in (all-windows): Build support directory.
autoreconf="/bin/sh $autoreconfprog"
+# This should prevent autoreconf -- at least, the Debian version -- from
+# running aclocal in directories with configure.in but not aclocal.m4, so
+# that we can find the top-level one via the --include option.
+ACLOCAL=true ; export ACLOCAL
+
usage="Usage: $0 [--force] [--verbose] [--help]"
for option
do