* aclocal.m4 (CONFIG_RULES): Comment out code looking for the in-tree version
authorKen Raeburn <raeburn@mit.edu>
Fri, 11 Oct 2002 22:50:10 +0000 (22:50 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 11 Oct 2002 22:50:10 +0000 (22:50 +0000)
of autoconf that we deleted.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14923 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/aclocal.m4

index 09338d5a3d611deeb7ab62947035e7a788565ba5..aba5d4204c411f89ac3597f89410822e2210f85b 100644 (file)
@@ -1,6 +1,12 @@
+2002-10-11  Ken Raeburn  <raeburn@mit.edu>
+
+       * aclocal.m4 (CONFIG_RULES): Comment out code looking for the
+       in-tree version of autoconf that we deleted.
+
 2002-10-07  Sam Hartman  <hartmans@mit.edu>
 
-       * Makefile.in (install-headers-prerecurse): Create directories in which we install headers
+       * Makefile.in (install-headers-prerecurse): Create directories in
+       which we install headers
 
 2002-09-24  Ezra Peisach  <epeisach@bu.edu>
 
index 2d9f326c8b3f285cbd6382fef4ad89317d58b813..f78ed5b62787176995d4e71be2af01341d47b454 100644 (file)
@@ -73,17 +73,17 @@ dnl it's relative to the directory of the configure script.  Since the
 dnl automatic makefile rules to rerun autoconf cd into that directory, the
 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'
-       AUTOHEADER=$ac_reltopdir/util/autoconf/autoheader
-       AUTOHEADERFLAGS='--macrodir=$(CONFIG_RELTOPDIR)/util/autoconf'
-else
+dnl if test -f $srcdir/$ac_reltopdir/util/autoconf/autoconf ; then
+dnl    AUTOCONF=$ac_reltopdir/util/autoconf/autoconf
+dnl    AUTOCONFFLAGS='--macrodir=$(CONFIG_RELTOPDIR)/util/autoconf'
+dnl    AUTOHEADER=$ac_reltopdir/util/autoconf/autoheader
+dnl    AUTOHEADERFLAGS='--macrodir=$(CONFIG_RELTOPDIR)/util/autoconf'
+dnl else
        AUTOCONF=autoconf
        AUTOCONFFLAGS=
        AUTOHEADER=autoheader
        AUTOHEADERFLAGS=
-fi
+dnl fi
 AC_SUBST(AUTOCONF)
 AC_SUBST(AUTOCONFFLAGS)
 AC_SUBST(AUTOHEADER)