diff options
author | Ken Raeburn <raeburn@mit.edu> | 2004-09-15 00:01:19 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@mit.edu> | 2004-09-15 00:01:19 +0000 |
commit | 2205e6670c7ccc6fa1f39669ddfdad0db5f79a78 (patch) | |
tree | 9e21d690f5636059f0cc67f9ff8df177ac8c497b /src | |
parent | 16eff1cd4cc65f468b0c87269b55d3b234c3a0ad (diff) | |
download | krb5-2205e6670c7ccc6fa1f39669ddfdad0db5f79a78.tar.gz krb5-2205e6670c7ccc6fa1f39669ddfdad0db5f79a78.tar.xz krb5-2205e6670c7ccc6fa1f39669ddfdad0db5f79a78.zip |
* 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')
-rw-r--r-- | src/util/ChangeLog | 4 | ||||
-rw-r--r-- | src/util/reconf | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/src/util/ChangeLog b/src/util/ChangeLog index 415d4401ee..e15aeb039c 100644 --- a/src/util/ChangeLog +++ b/src/util/ChangeLog @@ -1,3 +1,7 @@ +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. diff --git a/src/util/reconf b/src/util/reconf index 7b56054a72..604b7164b4 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 |