|
| From: | Harald Dunkel |
| Subject: | question about DEFAULT_INCLUDES and -I. |
| Date: | Wed, 26 Apr 2006 10:44:55 +0200 |
| User-agent: | Mail/News 1.5 (X11/20060325) |
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
| [Prev in Thread] | Current Thread | [Next in Thread] |