Hello,

On Wed, Aug 30, 2006 at 09:34:59AM +0200, Alexandre Duret-Lutz wrote:
> On the other hand, I agree that `-I. -I.' is unsightly in non-VPATH builds.
> 
> [...] [EMAIL PROTECTED]@' and expand it to `-I.' or `-I. -I$(srcdir)' as 
> needed?

but many projects do something like:

AM_CPPFLAGS = -Ithis -I$(srcdir)/this \
        -I$(top_builddir)/includes -I$(top_srcdir)/includes

Would you be pleased if they followed your lead and did something
like the following?

AM_CPPFLAGS = [EMAIL PROTECTED]@ \
        -I$(top_builddir)/[EMAIL PROTECTED]@

I do not think this is worth it.
After all, there is nothing wrong with `-I. -I.' in non-VPATH builds.

Stepan Kasal


Reply via email to