Hi Ralf,

Ralf Wildenhues wrote:
I've never seen --install put in ACLOCAL_AMFLAGS.  Does this cause any
issues?  It could maybe have unwanted effects if triggered on a user
system.

You mean that aclocal possibly will upgrade M4 files (out of my control), which might cause problems downstream?

I'm gonna remove that from my Makefile.ams.
AM_DEFAULT_SOURCE_EXT = .cc
AM_CPPFLAGS =
src_foo_CPPFLAGS = -I`pwd`/include

This affects the sources of src/foo.  If you want src/foo2 sources to
also use these flags, then also set src_foo2_CPPFLAGS.
Yes, of course. It was a typo, and was supposed to be

src_foo2_CPPFLAGS = -I`pwd`/include

and with that modification everything works fine. Going back to my original 
project, I found a similar typo :( So now everything works perfectly fine. 
Sorry about the noise.

Thanks,
Peter



--
Peter Johansson

svndigest maintainer, http://dev.thep.lu.se/svndigest
yat maintainer,       http://dev.thep.lu.se/yat



Reply via email to