[Telepathy-commits] [telepathy-gabble/master] Require automake 1.9 - same reasoning as for telepathy-glib, we don't want to waste time on supporting an ancient version

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Aug 19 10:54:15 PDT 2008


20080731110143-53eee-c503f706b212aafbf1667e0d132a0c861b4cbc95.gz
---
 autogen.sh   |   12 ++++++------
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index e2af44d..7f08e9b 100644
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,13 +3,13 @@ set -e
 
 if test -n "$AUTOMAKE"; then
     : # don't override an explicit user request
-elif automake-1.8 --version >/dev/null 2>/dev/null && \
-     aclocal-1.8 --version >/dev/null 2>/dev/null; then
-    # If we have automake-1.8, use it. This helps to ensure that our build
-    # system doesn't accidentally grow automake-1.9 dependencies.
-    AUTOMAKE=automake-1.8
+elif automake-1.9 --version >/dev/null 2>/dev/null && \
+     aclocal-1.9 --version >/dev/null 2>/dev/null; then
+    # If we have automake-1.9, use it. This helps to ensure that our build
+    # system doesn't accidentally grow automake-1.10 dependencies.
+    AUTOMAKE=automake-1.9
     export AUTOMAKE
-    ACLOCAL=aclocal-1.8
+    ACLOCAL=aclocal-1.9
     export ACLOCAL
 fi
 
diff --git a/configure.ac b/configure.ac
index b4ccef5..6fdfedc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ AC_INIT([Telepathy Gabble], [gabble_version],
 
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE([1.8 -Wno-portability])
+AM_INIT_AUTOMAKE([1.9 -Wno-portability])
 AM_CONFIG_HEADER(config.h)
 
 dnl check for tools
-- 
1.5.6.3




More information about the Telepathy-commits mailing list