aclocal.m4 (CONFIG_RULES): Set and substitute AUTOHEADER and AUTOHEADERFLAGS
authorKen Raeburn <raeburn@mit.edu>
Wed, 6 Jun 2001 22:25:22 +0000 (22:25 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 6 Jun 2001 22:25:22 +0000 (22:25 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13282 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/aclocal.m4

index 2ecd4b085a2d464f0d64948148ee161225775d5e..0d39679949cd32fc234df2e68d6ca27c5891fae3 100644 (file)
@@ -1,3 +1,8 @@
+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
index 6a594ab060e7865c9878942e8cc5a40f914deb0f..585e58d318bc2a452c21f8086ba725283373f17c 100644 (file)
@@ -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.