From 2205e6670c7ccc6fa1f39669ddfdad0db5f79a78 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 15 Sep 2004 00:01:19 +0000 Subject: [PATCH] * reconf: Export ACLOCAL=true to environment git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16757 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/ChangeLog | 4 ++++ src/util/reconf | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/src/util/ChangeLog b/src/util/ChangeLog index 415d4401e..e15aeb039 100644 --- a/src/util/ChangeLog +++ b/src/util/ChangeLog @@ -1,3 +1,7 @@ +2004-09-14 Ken Raeburn + + * reconf: Export ACLOCAL=true to environment. + 2004-06-18 Ken Raeburn * Makefile.in (all-windows): Build support directory. diff --git a/src/util/reconf b/src/util/reconf index 7b56054a7..604b7164b 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 -- 2.26.2