From: Ken Raeburn Date: Fri, 11 Oct 2002 22:50:10 +0000 (+0000) Subject: * aclocal.m4 (CONFIG_RULES): Comment out code looking for the in-tree version X-Git-Tag: krb5-1.3-alpha1~328 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=225fb50c2df4a8ec397bb4bbcdc476b947d9b2ea;p=krb5.git * 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 --- 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 + + * aclocal.m4 (CONFIG_RULES): Comment out code looking for the + in-tree version of autoconf that we deleted. + 2002-10-07 Sam Hartman - * 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 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)