summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog3
-rw-r--r--src/aclocal.m43
2 files changed, 4 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 34773357d..6bbc6cdb1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
Wed Nov 2 20:39:14 1994 Theodore Y. Ts'o (tytso@dcl)
+ * aclocal.m4: Don't recursively pass the CPPOPTS makefile variable
+ down to subdirectories.
+
* aclocal.m4 (CONFIG_RULES, WITH_CPPOPTS): Add support for a new
"--with-cppopts" value where you can put -DXXXXX such that
they are found by autoconf tests that use run the
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index 3c4bff18c..d896f3807 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -101,8 +101,7 @@ $2::<<<
for i in $(SUBDIRS) ;\
do \
(cd $$i ; echo>>> $1 <<<"in $(CURRENT_DIR)$$i..."; \
- $(MAKE) $(MFLAGS) CC="$(CC)" \
- CPPOPTS="$(CPPOPTS)" CCOPTS="$(CCOPTS)" \
+ $(MAKE) $(MFLAGS) CC="$(CC)" CCOPTS="$(CCOPTS)" \
CURRENT_DIR=$(CURRENT_DIR)$$i/ >>>$2<<<); \
done>>>
changequote([,])dnl