+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>
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)