From: Ken Raeburn Date: Wed, 6 Jun 2001 22:25:22 +0000 (+0000) Subject: aclocal.m4 (CONFIG_RULES): Set and substitute AUTOHEADER and AUTOHEADERFLAGS X-Git-Tag: krb5-1.3-alpha1~1473 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b52fc19ce4f2051bbcf8e3f116bdf5e7ad9b89b5;p=krb5.git aclocal.m4 (CONFIG_RULES): Set and substitute AUTOHEADER and AUTOHEADERFLAGS git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13282 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/ChangeLog b/src/ChangeLog index 2ecd4b085..0d3967994 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2001-06-06 Ken Raeburn + + * aclocal.m4 (CONFIG_RULES): Set and substitute AUTOHEADER and + AUTOHEADERFLAGS. + 2001-05-30 Ezra Peisach * krb5-config.in: New script for providing linker and compiler diff --git a/src/aclocal.m4 b/src/aclocal.m4 index 6a594ab06..585e58d31 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -68,12 +68,18 @@ dnl 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.