summaryrefslogtreecommitdiffstats
path: root/src/aclocal.m4
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/aclocal.m4
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/aclocal.m4')
-rw-r--r--src/aclocal.m414
1 files changed, 7 insertions, 7 deletions
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index 2d9f326c8b..f78ed5b627 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)