ctdb:packaging:RPM: don't run autogen.
authorMichael Adam <obnox@samba.org>
Fri, 6 Dec 2013 00:37:34 +0000 (01:37 +0100)
committerMartin Schwenke <martins@samba.org>
Mon, 9 Dec 2013 04:47:00 +0000 (05:47 +0100)
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

ctdb/packaging/RPM/ctdb.spec.in

index 7757070d1ffd1574c630a7dd47e0dc3bb719a8d1..e3a34869327bf9af0f065c6c8e480eb1adff8d5f 100644 (file)
@@ -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 \