summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
Diffstat (limited to 'src/config')
-rw-r--r--src/config/ChangeLog6
-rw-r--r--src/config/pre.in3
2 files changed, 8 insertions, 1 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog
index c457c1ace2..517aab4604 100644
--- a/src/config/ChangeLog
+++ b/src/config/ChangeLog
@@ -1,3 +1,9 @@
+Wed Nov 2 21:04:18 1994 Theodore Y. Ts'o (tytso@dcl)
+
+ * pre.in: 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 preprocessor over header files.
+
Tue Nov 1 14:11:57 1994 (tytso@rsx-11)
* post.in (clean): Also clean up config.log, pre.out, post.out and
diff --git a/src/config/pre.in b/src/config/pre.in
index aee7a04cce..f56abbb491 100644
--- a/src/config/pre.in
+++ b/src/config/pre.in
@@ -5,10 +5,11 @@ BUILDTOP = @BUILDTOP@
srcdir = @srcdir@
VPATH = @srcdir@
-CPPFLAGS = @CPPFLAGS@
+CPPFLAGS = @CPPFLAGS@ $(CPPOPTS)
DEFS = @DEFS@ $(CPPFLAGS)
CC = @CC@
CCOPTS = @CCOPTS@
+CPPOPTS = @CPPOPTS@
LIBS = @LIBS@
KRB5ROOT= @KRB5ROOT@
KRB4=@KRB4@