[Xfce4-commits] [xfce/tumbler] 03/07: Bump autotools requirements

noreply at xfce.org noreply at xfce.org
Mon Feb 23 20:41:43 CET 2015


This is an automated email from the git hooks/post-receive script.

hjudt pushed a commit to branch master
in repository xfce/tumbler.

commit 4aa72bc83bec52b32abe6646ab6c0892798ea586
Author: Harald Judt <h.judt at gmx.at>
Date:   Mon Feb 23 17:58:22 2015 +0100

    Bump autotools requirements
---
 autogen-gnome.sh |    2 +-
 autogen-xfce.sh  |    2 +-
 configure.ac     |    7 ++++---
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/autogen-gnome.sh b/autogen-gnome.sh
index b05d75c..14f9fa9 100755
--- a/autogen-gnome.sh
+++ b/autogen-gnome.sh
@@ -25,7 +25,7 @@ srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
 
 PKG_NAME="tumbler"
-REQUIRED_AUTOMAKE_VERSION=1.9
+REQUIRED_AUTOMAKE_VERSION=1.11
 
 (test -f $srcdir/configure.ac \
   && test -f $srcdir/README) || {
diff --git a/autogen-xfce.sh b/autogen-xfce.sh
index 9b2486b..c63178f 100755
--- a/autogen-xfce.sh
+++ b/autogen-xfce.sh
@@ -29,4 +29,4 @@ EOF
   exit 1
 }
 
-XDT_AUTOGEN_REQUIRED_VERSION="4.7.2" exec xdt-autogen $@
+XDT_AUTOGEN_REQUIRED_VERSION="4.9" exec xdt-autogen $@
diff --git a/configure.ac b/configure.ac
index 1f303fd..9a53c6f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,7 @@
 # vi:set et ai sw=2 sts=2 ts=2: */
 # -
 # Copyright (c) 2009-2011 Jannis Pohlmann <jannis at xfce.org>
+# Copyright (c) 2015 The Xfce Development Team
 # 
 # This program is free software; you can redistribute it and/or 
 # modify it under the terms of the GNU General Public License as
@@ -32,13 +33,13 @@ dnl *** Initialize autoconf ***
 dnl ***************************
 AC_COPYRIGHT([Copyright (c) 2009-2011 Jannis Pohlmann <jannis at xfce.org>])
 AC_INIT([tumbler], [tumbler_version], [http://bugzilla.xfce.org/])
-AC_PREREQ([2.50])
+AC_PREREQ([2.60])
 AC_CANONICAL_TARGET()
 
 dnl ***************************
 dnl *** Initialize automake ***
 dnl ***************************
-AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar no-dist-gzip])
+AM_INIT_AUTOMAKE([1.11 dist-bzip2 tar-ustar no-dist-gzip])
 AC_CONFIG_MACRO_DIR([m4])
 AC_SUBST([ACLOCAL_AMFLAGS], ["$ACLOCAL_FLAGS -I m4"])
 AC_CONFIG_HEADERS([config.h])
@@ -99,7 +100,7 @@ IT_PROG_INTLTOOL([0.35.0], [no-xml])
 dnl ***********************
 dnl *** Prepare libtool ***
 dnl ***********************
-LT_PREREQ([2.2.6])
+LT_PREREQ([2.4])
 LT_INIT([disable-static])
 
 dnl ***************************************

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list