autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Relative path in CPPFLAGS and distcheck


From: Steven G. Johnson
Subject: Re: Relative path in CPPFLAGS and distcheck
Date: Sun, 05 Dec 2004 13:44:52 -0500
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6) Gecko/20040113

Bob Friesenhahn wrote:
CPPFLAGS="${srcdir}/includes"
AC_SUBST(CPPFLAGS)

Overridding the user CPPFLAGS is a bad idea.  In your Makefile.am, use:

        AM_CPPFLAGS = -I$(top_srcdir)/includes






reply via email to

[Prev in Thread] Current Thread [Next in Thread]