From c8c62af0cf5d33f3fe3e4aab44ed49363263252c Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 26 Feb 2010 15:00:47 +0000 Subject: [PATCH] build: More options for Automake MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Require automake >= 1.10, and add the following options: » dist-bzip2: create a bz2 tarball in the dist process » check-news: check that we changed the NEWS file prior to dist, to avoid another release without NEWS updates, like 1.1.10 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1949fa779..89d6c8c1c 100644 --- a/configure.ac +++ b/configure.ac @@ -56,7 +56,7 @@ AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR([build]) AC_CONFIG_MACRO_DIR([build/autotools]) -AM_INIT_AUTOMAKE([1.9.6 foreign -Wno-portability no-define]) +AM_INIT_AUTOMAKE([1.10 foreign -Wno-portability no-define dist-bzip2 check-news]) CLUTTER_MAJOR_VERSION=clutter_major_version CLUTTER_MINOR_VERSION=clutter_minor_version