Add support for a new --with-cppopts" value where you can put -DXXXXX
authorTheodore Tso <tytso@mit.edu>
Thu, 3 Nov 1994 02:05:05 +0000 (02:05 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 3 Nov 1994 02:05:05 +0000 (02:05 +0000)
such that they are found by autoconf tests that use run the
preprocessor over header files.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4616 dc483132-0cff-0310-8789-dd5450dbe970

src/config/ChangeLog
src/config/pre.in

index c457c1ace2f3000daad6414cc18ba51e70b007de..517aab4604cc66160440414c75cc6feaff211339 100644 (file)
@@ -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
index aee7a04cce1e43b7013ccd623bc006b1d776acba..f56abbb491d4ec82e9bd06de2ea592c6bfc3f960 100644 (file)
@@ -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@