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@12819
dc483132-0cff-0310-8789-
dd5450dbe970
+2000-10-27 Ezra Peisach <epeisach@mit.edu>
+
+ * 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.
+
2000-08-30 Tom Yu <tlyu@mit.edu>
* pre.in: Fix some inconsistent spelling in the previous changes
$(srcdir)/$(thisconfigdir)/configure: $(srcdir)/$(thisconfigdir)/configure.in \
$(SRCTOP)/aclocal.m4
cd $(srcdir)/$(thisconfigdir) && \
- $(AUTOCONF) --localdir=$(CONFIG_RELTOPDIR) \
- --macrodir=$(CONFIG_RELTOPDIR)/util/autoconf
+ $(AUTOCONF) --localdir=$(CONFIG_RELTOPDIR) $(AUTOCONFFLAGS)
all-recurse clean-recurse distclean-recurse install-recurse check-recurse Makefiles-recurse:
@case "`echo 'x$(MFLAGS)'|sed -e 's/^x//' -e 's/ --.*$$//'`" \
LEXLIB = @LEXLIB@
YACC = @YACC@
AUTOCONF = @AUTOCONF@
+AUTOCONFFLAGS = @AUTOCONFFLAGS@
HOST_TYPE = @HOST_TYPE@
SHEXT = @SHEXT@