bug-gnulib
[Top][All Lists]
Advanced

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

Re: [bug-gnulib] [patch] feature enhancement for gnulib-tool


From: Bruno Haible
Subject: Re: [bug-gnulib] [patch] feature enhancement for gnulib-tool
Date: Fri, 20 Oct 2006 22:11:16 +0200
User-agent: KMail/1.9.1

Charles Wilson wrote:
> The problem comes down to assignment.  Some of the variables in the
> section emitted by gnulib-tool prior to the snippets are assigned using
> '='.  Therefore, you can't do this:
> 
> Makefile.am:
> DEFAULT_INCLUDES = <some setting that's not the _default_ DEFAULT_INCLUDES>
> AM_CPPFLAGS = -DNO_XMALLOC
> include Makefile.am.gnulib
>
> I suppose you *could* do it this way, tho (assuming order is not
> important)
> 
> DEFAULT_INCLUDES = <some setting that's not the _default_ DEFAULT_INCLUDES>
> include Makefile.am.gnulib
> AM_CPPFLAGS += -DNO_XMALLOC

Yes, that's exactly what the users of --makefile-name (coreutils in particular)
do.

Bruno




reply via email to

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