diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-05-22 14:23:31 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2013-05-28 12:17:10 +1000 |
commit | 97cceb5f8b9fc68cb8942092e92fde2b965883e4 (patch) | |
tree | 6b633408d6b341c424ceb1f530682315cca7ede8 /wscript | |
parent | fb67cea6803650e0696fc45a2a8475728dbb18f0 (diff) | |
download | samba-97cceb5f8b9fc68cb8942092e92fde2b965883e4.tar.gz samba-97cceb5f8b9fc68cb8942092e92fde2b965883e4.tar.bz2 samba-97cceb5f8b9fc68cb8942092e92fde2b965883e4.zip |
build: No longer run autogen.sh during tarball creation
Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -240,13 +240,6 @@ def dist(): os.system(srcdir + "/release-scripts/build-manpages-nogit") samba_dist.DIST_FILES('bin/docs:docs', extend=True) - os.system(srcdir + "/source3/autogen.sh") - samba_dist.DIST_FILES('source3/configure', extend=True) - samba_dist.DIST_FILES('source3/autoconf', extend=True) - samba_dist.DIST_FILES('source3/include/autoconf', extend=True) - samba_dist.DIST_FILES('examples/VFS/configure', extend=True) - samba_dist.DIST_FILES('examples/VFS/module_config.h.in', extend=True) - if sambaversion.IS_SNAPSHOT: # write .distversion file and add to tar if not os.path.isdir(blddir): |