summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Judt <h.judt@gmx.at>2015-02-26 14:33:31 +0100
committerHarald Judt <h.judt@gmx.at>2015-02-26 14:40:35 +0100
commit87c3a09a646b45fe17fba67403fc859a1e0fa9fc (patch)
tree2e1511b71c9f9cf444a2a9082c0f42e97109446f
parent0a95304b9b05455ac72fff35debfda8ac8d428be (diff)
downloadthunar-volman-87c3a09a646b45fe17fba67403fc859a1e0fa9fc.tar.gz
Bump autotools versions
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.ac.in10
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@xfce.org>
and Jannis Pohlmann <jannis@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 **********************************