diff options
-rw-r--r-- | source4/wscript | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source4/wscript b/source4/wscript index 68ea1e02f0..ca2cd68c6a 100644 --- a/source4/wscript +++ b/source4/wscript @@ -21,6 +21,13 @@ def set_options(opt): def configure(conf): + conf.define('PACKAGE_NAME', 'samba') + conf.define('PACKAGE_STRING', 'samba 4') + conf.define('PACKAGE_TARNAME', 'samba') + conf.define('PACKAGE_URL', "") + conf.define('PACKAGE_VERSION', "4") + conf.define('PACKAGE_BUGREPORT', 'samba-technical@samba.org') + conf.DEFINE('_SAMBA_BUILD_', 4) conf.find_program('python', var='PYTHON', mandatory=True) conf.find_program('perl', var='PERL', mandatory=True) |