[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FYI: -I $(top_srcdir)
From: |
Karl Berry |
Subject: |
Re: FYI: -I $(top_srcdir) |
Date: |
Wed, 21 Jun 2006 13:13:46 -0500 |
Add -I $(top_srcdir) to find system.h.
Oh, darn. I was hoping to avoid that extra -I, but forgot that of
course config.h will end up separately from system.h when src!=build.
* lib/Makefile.am (DEFS): Remove, included in...
I thought it was traditional to include -DPATHDIR=\"$(somepath)\" in
DEFS instead of AM_CPPFLAGS. It doesn't seem like it should hurt
anything. Is it going to be dis-recommended in the next Autoconf?
On the other hand, I guess just including everything in AM_CPPFLAGS is
simpler anyway.
Thanks.
karl