From 97cceb5f8b9fc68cb8942092e92fde2b965883e4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 22 May 2013 14:23:31 +1000 Subject: [PATCH] build: No longer run autogen.sh during tarball creation Reviewed-by: Jelmer Vernooij Reviewed-by: David Disseldorp --- wscript | 7 ------- 1 file changed, 7 deletions(-) diff --git a/wscript b/wscript index 2ff6c35a612..efebfc402a6 100644 --- a/wscript +++ b/wscript @@ -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): -- 2.34.1