summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/aclocal.m43
2 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f216f6eef..98bfe262d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2000-10-27 Ezra Peisach <epeisach@mit.edu>
+
+ * aclocal.m4 (ac_config_fragdir): Set AUTOCONFFLAGS to use the
+ local util/autoconf macrodir if we are using the shipped autoconf.
+
2000-08-30 Tom Yu <tlyu@mit.edu>
* aclocal.m4 (LIBLINKS): Fix appending of $EXTRA_LIB_TARGETS to
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index f00792c7b..267ea43b9 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -52,10 +52,13 @@ dnl right thing happens.
dnl
if test -f $srcdir/$ac_reltopdir/util/autoconf/autoconf ; then
AUTOCONF=$ac_reltopdir/util/autoconf/autoconf
+ AUTOCONFFLAGS="--macrodir=$(CONFIG_RELTOPDIR)/util/autoconf"
else
AUTOCONF=autoconf
+ AUTOCONFFLAGS=
fi
AC_SUBST(AUTOCONF)
+AC_SUBST(AUTOCONFFLAGS)
dnl
dnl This identifies the top of the source tree relative to the directory
dnl in which the configure file lives.