>>> "Tim" == Tim Van Holder <[EMAIL PROTECTED]> writes:
Tim> On Wed, 2002-11-06 at 11:11, [EMAIL PROTECTED] wrote: >> DEFAULT_INCLUDES = -I. -I$(srcdir) -I. >> >> This raises 2 questions in itself: >> a. what's wrong with "DEFAULT_INCLUDES = -I. -I$(srcdir)" Tim> Don't know that, The third -I gives the search path for config.h. [...] Tim> There's no harm in -I . -I . -I . as far as I know. FWIW, spaces between `-I' and `.' are not portable. For instance in this case OSF's cc will handle `.' as a source file. [...] -- Alexandre Duret-Lutz