On 07/28/11 16:39, Bruno Haible wrote:
> Always use
>    -I$(builddir)/gllib -I$(srcdir)/gllib
> so that -I options that come before it take precedence, -I options that come
> after have lower precedence, and files in $(builddir)/gllib hide possible
> (accidentally leftover) files in $(srcdir)/gllib.
> 
> This is something that IMO ought to be mentioned in the Autoconf manual.
> I have seen many GNU packages do this wrong. What do you think (Paul,
> Eric, Jim, Ralf)?
> 

Yes, that'd make sense.

Reply via email to