<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">
<br>
</div>Don't set CPPFLAGS or anything like it in Makefile.am.  These are set in<br>
<a href="http://confingure.ac" target="_blank">confingure.ac</a>.  Also, there's rules about which ones the user sets and which one<br>
the build system sets.  E.g. I think CFLAGS is reserved for the build system,<br>
but CPPFLAGS reserved for the user.<br>
<br>
HTH,<br>
<font color="#888888">Gabriel<br>
</font></blockquote></div><br><br>Not so much user-reserved vs. build system-reserved:<br><br>CPPFLAGS are for the C preprocessor, so -Ddefines and -I includepaths  would be preprocessor flags.  CFLAGS would be for C compiler flags, e.g. optimization or architecure flags.<br>

<br>