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
+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
srcdir = @srcdir@
VPATH = @srcdir@
-CPPFLAGS = @CPPFLAGS@
+CPPFLAGS = @CPPFLAGS@ $(CPPOPTS)
DEFS = @DEFS@ $(CPPFLAGS)
CC = @CC@
CCOPTS = @CCOPTS@
+CPPOPTS = @CPPOPTS@
LIBS = @LIBS@
KRB5ROOT= @KRB5ROOT@
KRB4=@KRB4@