* reconf: Export ACLOCAL=true to environment
authorKen Raeburn <raeburn@mit.edu>
Wed, 15 Sep 2004 00:01:19 +0000 (00:01 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 15 Sep 2004 00:01:19 +0000 (00:01 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16757 dc483132-0cff-0310-8789-dd5450dbe970

src/util/ChangeLog
src/util/reconf

index 415d4401ee6c9d0ff7195ffa80763bdc4b2419c8..e15aeb039c0fbae9b9e43f7ba086b84501c7c9f5 100644 (file)
@@ -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.
index 7b56054a721267ee4327f6a8f2c1e3333182cc3c..604b7164b43c722ce24906f18f276e50ccfc6a4a 100644 (file)
@@ -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