diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 8 | ||||
| -rw-r--r-- | src/aclocal.m4 | 14 |
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) |
