From: Ken Raeburn Date: Tue, 3 Sep 2002 22:31:16 +0000 (+0000) Subject: * aclocal.m4 (KRB_INCLUDE): Put in-tree include dirs before previous contents of... X-Git-Tag: krb5-1.3-alpha1~423 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7b118c4e0c79f7d9f16855490b90fe09efb8ef00;p=krb5.git * aclocal.m4 (KRB_INCLUDE): Put in-tree include dirs before previous contents of CPPFLAGS git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14826 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/ChangeLog b/src/ChangeLog index 754cbe460..bac181799 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2002-09-03 Ken Raeburn + + * aclocal.m4 (KRB_INCLUDE): Put in-tree include dirs before + previous contents of CPPFLAGS. + 2002-09-03 Ezra Peisach * acconfig.h: Remove - no longer necessary. diff --git a/src/aclocal.m4 b/src/aclocal.m4 index cfac19ed8..51bd0b7e7 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -497,7 +497,7 @@ dnl dnl local includes are used -- KRB_INCLUDE dnl define(KRB_INCLUDE,[ -ADD_DEF([-I$(BUILDTOP)/include -I$(SRCTOP)/include -I$(BUILDTOP)/include/krb5 -I$(SRCTOP)/include/krb5])dnl +CPPFLAGS='-I$(BUILDTOP)/include -I$(SRCTOP)/include -I$(BUILDTOP)/include/krb5 -I$(SRCTOP)/include/krb5'" $CPPFLAGS" ])dnl dnl dnl check for yylineno -- HAVE_YYLINENO