aboutsummaryrefslogtreecommitdiff
path: root/src/util/reconf
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2004-09-15 00:01:19 +0000
committerKen Raeburn <raeburn@mit.edu>2004-09-15 00:01:19 +0000
commit2205e6670c7ccc6fa1f39669ddfdad0db5f79a78 (patch)
tree9e21d690f5636059f0cc67f9ff8df177ac8c497b /src/util/reconf
parent16eff1cd4cc65f468b0c87269b55d3b234c3a0ad (diff)
downloadkrb5-2205e6670c7ccc6fa1f39669ddfdad0db5f79a78.zip
krb5-2205e6670c7ccc6fa1f39669ddfdad0db5f79a78.tar.gz
krb5-2205e6670c7ccc6fa1f39669ddfdad0db5f79a78.tar.bz2
* reconf: Export ACLOCAL=true to environment
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16757 dc483132-0cff-0310-8789-dd5450dbe970
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