summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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@