From 8a69681f9773927e82e9c4e4f49d6eee1fc35e15 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Fri, 27 Oct 2000 14:53:36 +0000 Subject: [PATCH] * post.in (Makefile): When running autoconf, use AUTOCONFFLAGS instead of always specificying the trees macrodir. * pre.in (AUTOCONFFLAGS): Add as flags to pass to autoconf. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12818 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 5 +++++ src/aclocal.m4 | 3 +++ 2 files changed, 8 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index f216f6eef..98bfe262d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2000-10-27 Ezra Peisach + + * aclocal.m4 (ac_config_fragdir): Set AUTOCONFFLAGS to use the + local util/autoconf macrodir if we are using the shipped autoconf. + 2000-08-30 Tom Yu * aclocal.m4 (LIBLINKS): Fix appending of $EXTRA_LIB_TARGETS to diff --git a/src/aclocal.m4 b/src/aclocal.m4 index f00792c7b..267ea43b9 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -52,10 +52,13 @@ 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" else AUTOCONF=autoconf + AUTOCONFFLAGS= fi AC_SUBST(AUTOCONF) +AC_SUBST(AUTOCONFFLAGS) dnl dnl This identifies the top of the source tree relative to the directory dnl in which the configure file lives. -- 2.26.2