summaryrefslogtreecommitdiff
path: root/ctdb/packaging
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2013-12-06 01:37:34 +0100
committerMartin Schwenke <martins@samba.org>2013-12-09 05:47:00 +0100
commitc65ad56d40c2ac286dc9d726119d04384981d0b3 (patch)
tree52314da1a6af3d0527adb80e6f893f246b7993be /ctdb/packaging
parent7dbb068aa7e77f34377e762bbd65cb7ca72b85b4 (diff)
downloadsamba-c65ad56d40c2ac286dc9d726119d04384981d0b3.tar.gz
ctdb:packaging:RPM: don't run autogen.
autogen is already run in maketarball.sh which generates the tarball for the RPM. This way, we don't have a rpm build dependency on autoconf. Recent changes introduced a dependency into autoconf version >= 2.60, so this fix allows the generated source RPM to be built also on older platforms. Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com> Autobuild-User(master): Martin Schwenke <martins@samba.org> Autobuild-Date(master): Mon Dec 9 05:47:00 CET 2013 on sn-devel-104
Diffstat (limited to 'ctdb/packaging')
-rw-r--r--ctdb/packaging/RPM/ctdb.spec.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/ctdb/packaging/RPM/ctdb.spec.in b/ctdb/packaging/RPM/ctdb.spec.in
index 7757070d1ff..e3a34869327 100644
--- a/ctdb/packaging/RPM/ctdb.spec.in
+++ b/ctdb/packaging/RPM/ctdb.spec.in
@@ -83,9 +83,6 @@ fi
export CC
-## always run autogen.sh
-./autogen.sh
-
CFLAGS="$RPM_OPT_FLAGS $EXTRA -D_GNU_SOURCE" ./configure \
%if %with_included_talloc
--with-included-talloc \