Kabi <[email protected]> writes:

> I am using AM_CFLAGS to include directories where make should look for
> headers, but only headers surrounded by <> when included is
> overridden. make is still looking for headers surrounded byt "" in the
> directory with the projects source .c files.

If you can modify the source, get rid of all uses of "" in #include.  I
would recommend never using "" if you can avoid it.  Once you have a good
build system that can handle adding the appropriate -I flags for the
compiler, "" is primarily a source of bugs and annoyances and not really a
help.

-- 
Russ Allbery ([email protected])             <http://www.eyrie.org/~eagle/>

_______________________________________________
Autoconf mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to