[Xfce4-commits] [xfce/thunar-volman] 02/04: Bump autotools versions

noreply at xfce.org noreply at xfce.org
Thu Feb 26 14:54:38 CET 2015


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

hjudt pushed a commit to branch master
in repository xfce/thunar-volman.

commit 87c3a09a646b45fe17fba67403fc859a1e0fa9fc
Author: Harald Judt <h.judt at gmx.at>
Date:   Thu Feb 26 14:33:31 2015 +0100

    Bump autotools versions
---
 autogen.sh      |    2 +-
 configure.ac.in |   10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index d352043..350bc67 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -29,4 +29,4 @@ EOF
   exit 1
 }
 
-XDT_AUTOGEN_REQUIRED_VERSION="4.7.2" exec xdt-autogen $@
+XDT_AUTOGEN_REQUIRED_VERSION="4.10" exec xdt-autogen $@
diff --git a/configure.ac.in b/configure.ac.in
index 66b65a0..ca4b3f1 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -36,19 +36,19 @@ m4_define([tvm_debug_default], [ifelse(tvm_version_tag(), [git], [full], [minimu
 dnl ***************************
 dnl *** Initialize autoconf ***
 dnl ***************************
-AC_COPYRIGHT([Copyright (c) 2004-2011 The Thunar development team. All rights reserved.
+AC_COPYRIGHT([Copyright (c) 2004-2015 The Thunar development team. All rights reserved.
         
 Written for thunar-volman by Benedikt Meurer <benny at xfce.org>
 and Jannis Pohlmann <jannis at xfce.org>.])
 AC_INIT([thunar-volman], [tvm_version], [http://bugzilla.xfce.org/])
-AC_PREREQ([2.50])
+AC_PREREQ([2.60])
 AC_CANONICAL_TARGET()
-AC_REVISION([$Id$])
+AC_REVISION([tvm_version_build])
 
 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_HEADERS([config.h])
 AM_MAINTAINER_MODE()
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
@@ -72,7 +72,7 @@ IT_PROG_INTLTOOL([0.35.0])
 dnl **************************
 dnl *** Initialize 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