summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHarald Judt <h.judt@gmx.at>2015-02-23 17:58:22 +0100
committerHarald Judt <h.judt@gmx.at>2015-02-23 20:19:27 +0100
commit4aa72bc83bec52b32abe6646ab6c0892798ea586 (patch)
treece04b26ad6af548830d03a3e5725c6be9aea8baa /configure.ac
parent6986f33d63e40f9f0b24418efe754b69a718a58a (diff)
downloadtumbler-4aa72bc83bec52b32abe6646ab6c0892798ea586.tar.gz
Bump autotools requirements
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 4 insertions, 3 deletions
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@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@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 ***************************************