Re: Influencing DEFAULT_INCLUDES

2014-05-17 Thread Peter Johansson
On 18/05/14 10:54, Bob Friesenhahn wrote: Is there a safe way to change DEFAULT_INCLUDES to only include what is needed? Hi Bob, Have you looked at automake option 'nostdinc'? Hope that solves it. Peter

Influencing DEFAULT_INCLUDES

2014-05-17 Thread Bob Friesenhahn
It seems that Automake automatically adds an include path to where the generated "config.h" resides. It assumes to know how the using software will specify how "config.h" is included. For my project, this ends up with this in Makefile.in: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/ma