Hi folks, it seems that DEFAULT_INCLUDES is set deeply within automake.pl to
DEFAULT_INCLUDES = -I. -I$(srcdir)
What is the reasoning here? Doesn't this undermine the
difference between
#include "myheader.h"
and
#include <myheader.h>
?
Regards
Harri
