automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: automake/500: unnecessary -I options in DEFAULT_INCLUDES (make clutt


From: Paul Eggert
Subject: Re: automake/500: unnecessary -I options in DEFAULT_INCLUDES (make clutter)
Date: Wed, 30 Aug 2006 09:55:49 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

Alexandre Duret-Lutz <address@hidden> writes:

> So how about something like this instead: use address@hidden@' and expand
> it to `-I.' or `-I. -I$(srcdir)' as needed?

Yes, thanks, that looks nice.  For CVS coreutils/lib in-place builds
with 'configure CFLAGS=' the patch changes this:

   gcc -std=gnu99  -I. -I. -I.       -c base64.c

to this:

   gcc -std=gnu99  -I.       -c base64.c

I'd also like to remove those unnecessary and distracting spaces, but
that's for a later patch.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]