summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-10-11 22:50:10 +0000
committerKen Raeburn <raeburn@mit.edu>2002-10-11 22:50:10 +0000
commit225fb50c2df4a8ec397bb4bbcdc476b947d9b2ea (patch)
treed0455aaf251673fd445689ead1cab1c9f515252f /src
parente5bb9ff79118abbd1e2a30fb170c3fbeaa032ccd (diff)
downloadkrb5-225fb50c2df4a8ec397bb4bbcdc476b947d9b2ea.tar.gz
krb5-225fb50c2df4a8ec397bb4bbcdc476b947d9b2ea.tar.xz
krb5-225fb50c2df4a8ec397bb4bbcdc476b947d9b2ea.zip
* aclocal.m4 (CONFIG_RULES): Comment out code looking for the in-tree version
of autoconf that we deleted. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14923 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog8
-rw-r--r--src/aclocal.m414
2 files changed, 14 insertions, 8 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 09338d5a3..aba5d4204 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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>
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index 2d9f326c8..f78ed5b62 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -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)