aboutsummaryrefslogtreecommitdiff
path: root/src/util/reconf
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/reconf')
-rw-r--r--src/util/reconf5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/util/reconf b/src/util/reconf
index 7b56054..604b716 100644
--- a/src/util/reconf
+++ b/src/util/reconf
@@ -9,6 +9,11 @@ localdirarg=
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