+2001-06-06 Ken Raeburn <raeburn@mit.edu>
+
+ * aclocal.m4 (CONFIG_RULES): Set and substitute AUTOHEADER and
+ AUTOHEADERFLAGS.
+
2001-05-30 Ezra Peisach <epeisach@mit.edu>
* krb5-config.in: New script for providing linker and compiler
if test -f $srcdir/$ac_reltopdir/util/autoconf/autoconf ; then
AUTOCONF=$ac_reltopdir/util/autoconf/autoconf
AUTOCONFFLAGS='--macrodir=$(CONFIG_RELTOPDIR)/util/autoconf'
+ AUTOHEADER=$ac_reltopdir/util/autoconf/autoheader
+ AUTOHEADERFLAGS='--macrodir=$(CONFIG_RELTOPDIR)/util/autoconf'
else
AUTOCONF=autoconf
AUTOCONFFLAGS=
+ AUTOHEADER=autoheader
+ AUTOHEADERFLAGS=
fi
AC_SUBST(AUTOCONF)
AC_SUBST(AUTOCONFFLAGS)
+AC_SUBST(AUTOHEADER)
+AC_SUBST(AUTOHEADERFLAGS)
dnl
dnl This identifies the top of the source tree relative to the directory
dnl in which the configure file lives.