instead of always specificying the trees macrodir.
* pre.in (AUTOCONFFLAGS): Add as flags to pass to autoconf.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12818
dc483132-0cff-0310-8789-
dd5450dbe970
+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
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.