defined already. In fact, don't define the CPPOPTS makefile variable
at all; we don't need it.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4620
dc483132-0cff-0310-8789-
dd5450dbe970
Wed Nov 2 21:04:18 1994 Theodore Y. Ts'o (tytso@dcl)
+ * pre.in: Don't actually add the $(CPPOPTS) flags to CPPFLAGS;
+ CPPFLAGS has them defined already. In fact, don't define
+ the CPPOPTS makefile variable at all; we don't need it.
+
* 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.
srcdir = @srcdir@
VPATH = @srcdir@
-CPPFLAGS = @CPPFLAGS@ $(CPPOPTS)
+CPPFLAGS = @CPPFLAGS@
DEFS = @DEFS@ $(CPPFLAGS)
CC = @CC@
CCOPTS = @CCOPTS@
-CPPOPTS = @CPPOPTS@
LIBS = @LIBS@
KRB5ROOT= @KRB5ROOT@
KRB4=@KRB4@