[Xfce4-commits] [apps/xfce4-dict] 04/07: Bump autotools requirements

noreply at xfce.org noreply at xfce.org
Wed Mar 11 22:11:58 CET 2015


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

hjudt pushed a commit to branch master
in repository apps/xfce4-dict.

commit f507295f3be791ca0c25af0d92165d47ac302cb9
Author: Harald Judt <h.judt at gmx.at>
Date:   Wed Mar 11 21:22:55 2015 +0100

    Bump autotools requirements
---
 Makefile.am     |    2 +-
 autogen.sh      |    5 +----
 configure.ac.in |    6 +++---
 3 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index dfd6711..01cc3f2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,7 @@ SUBDIRS =														\
 	po
 
 AUTOMAKE_OPTIONS =												\
-	1.8															\
+	1.11														\
 	dist-bzip2
 
 distclean-local:
diff --git a/autogen.sh b/autogen.sh
index 9b72e54..5899b42 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,9 +6,6 @@
 # Written for Xfce by Benedikt Meurer <benny at xfce.org>.
 #
 
-XDT_AUTOGEN_REQUIRED_VERSION="4.9.0"
-export XDT_AUTOGEN_REQUIRED_VERSION
-
 (type xdt-autogen) >/dev/null 2>&1 || {
   cat >&2 <<EOF
 autogen.sh: You don't seem to have the Xfce development tools installed on
@@ -21,4 +18,4 @@ EOF
 
 test -d m4 || mkdir m4
 
-XDT_AUTOGEN_REQUIRED_VERSION=4.7.1 xdt-autogen $@
+XDT_AUTOGEN_REQUIRED_VERSION=4.9.0 xdt-autogen $@
diff --git a/configure.ac.in b/configure.ac.in
index 903c1e1..27497c0 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,13 +13,13 @@ dnl *** Initialize autoconf ***
 dnl ***************************
 AC_COPYRIGHT([Copyright (c) 2006-2012 Enrico Tröger. All rights reserved.])
 AC_INIT([xfce4-dict], [xfce4_dict_version], [http://bugzilla.xfce.org/], [xfce4-dict])
-AC_PREREQ([2.50])
+AC_PREREQ([2.60])
 AC_CONFIG_MACRO_DIR([m4])
 
 dnl ***************************
 dnl *** Initialize automake ***
 dnl ***************************
-AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar])
+AM_INIT_AUTOMAKE([1.11 dist-bzip2 tar-ustar])
 AC_CONFIG_HEADERS([config.h])
 AM_MAINTAINER_MODE()
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
@@ -36,7 +36,7 @@ IT_PROG_INTLTOOL([0.35.0])
 dnl ***************************
 dnl *** Disable static libs ***
 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