autoconf
[Top][All Lists]
Advanced

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

make variable for GPL compliant builds


From: Daniel Pocock
Subject: make variable for GPL compliant builds
Date: Sun, 02 Sep 2012 23:30:36 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.6esrpre) Gecko/20120817 Icedove/10.0.6




I have a couple of projects that include some non-GPL friendly code

However, such code is optional and can be disabled

I would like to give people a way to set some variable that excludes all
the non-GPL stuff, so they can build a re-distributable binary, e.g.

   make GPL_FREE_BINARIES=1 all

Is there any standard name for such a variable, or has this been
contemplated?

Note that this is not just for autotools projects, it would be useful to
use some variable name that ant or cmake projects could recognise too.



reply via email to

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