From 36a8465e0bb9181e27b6ea7244378ba4edfaf66e Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Fri, 27 Oct 2000 14:53:55 +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@12819 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/ChangeLog | 7 +++++++ src/config/post.in | 3 +-- src/config/pre.in | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/config/ChangeLog b/src/config/ChangeLog index 5605c7b8a..f0a9c3dff 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,3 +1,10 @@ +2000-10-27 Ezra Peisach + + * 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 * pre.in: Fix some inconsistent spelling in the previous changes diff --git a/src/config/post.in b/src/config/post.in index c4a618f8c..22926d7fe 100644 --- a/src/config/post.in +++ b/src/config/post.in @@ -49,8 +49,7 @@ $(thisconfigdir)/config.status: $(srcdir)/$(thisconfigdir)/configure $(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/ --.*$$//'`" \ diff --git a/src/config/pre.in b/src/config/pre.in index bb4d9e765..e8c1bfa79 100644 --- a/src/config/pre.in +++ b/src/config/pre.in @@ -165,6 +165,7 @@ LEX = @LEX@ LEXLIB = @LEXLIB@ YACC = @YACC@ AUTOCONF = @AUTOCONF@ +AUTOCONFFLAGS = @AUTOCONFFLAGS@ HOST_TYPE = @HOST_TYPE@ SHEXT = @SHEXT@ -- 2.26.2