Paul Millar wrote:
+# Variable dependency based on whether user has run configure with --with-wine-tools option +TOOLS := $(if @WITH_WINE_TOOLS@,,tools)
I think Alexandre considers := and $(if ...) to be non-portable.
Mike
On Thursday 27 April 2006 09:52, Mike McCormack wrote:
Paul Millar wrote:
+# Variable dependency based on whether user has run configure with --with-wine-tools option +TOOLS := $(if @WITH_WINE_TOOLS@,,tools)
I think Alexandre considers := and $(if ...) to be non-portable.
No problem. Would it be OK to push the logic into the autoconf script?
Cheers,
Paul.
Paul Millar wrote:
No problem. Would it be OK to push the logic into the autoconf script?
Yeah, I think that's a better idea.
Mike