summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2000-10-27 14:53:55 +0000
committerEzra Peisach <epeisach@mit.edu>2000-10-27 14:53:55 +0000
commit36a8465e0bb9181e27b6ea7244378ba4edfaf66e (patch)
treeeb91224ee80e0d0613deddc1d93134ddb7e545a2 /src
parent8a69681f9773927e82e9c4e4f49d6eee1fc35e15 (diff)
downloadkrb5-36a8465e0bb9181e27b6ea7244378ba4edfaf66e.tar.gz
krb5-36a8465e0bb9181e27b6ea7244378ba4edfaf66e.tar.xz
krb5-36a8465e0bb9181e27b6ea7244378ba4edfaf66e.zip
*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
Diffstat (limited to 'src')
-rw-r--r--src/config/ChangeLog7
-rw-r--r--src/config/post.in3
-rw-r--r--src/config/pre.in1
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 <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
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@