April 27, 2006
3:52 a.m.
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
April 2006
12:45 p.m.
New subject: Fixing cross-compilation 2/2
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.
7276
Age (days ago)
7277
Last active (days ago)
2 comments
2 participants
participants (2)
-
Mike McCormack -
Paul Millar