[Xfce4-commits] [xfce/thunar] 01/01: Bump autotools versions
noreply at xfce.org
noreply at xfce.org
Thu Feb 19 23:35:56 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.
commit dd6a298b52afbd1be46759cc7e0d1965ed7f146d
Author: Harald Judt <h.judt at gmx.at>
Date: Thu Feb 19 23:34:52 2015 +0100
Bump autotools versions
---
configure.ac.in | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index aef2ce4..592094f 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -2,6 +2,7 @@
#-
# Copyright (c) 2004-2007 Benedikt Meurer <benny at xfce.org>
# Copyright (c) 2009-2011 Jannis Pohlmann <jannis at xfce.org>
+# Copyright (c) 2004-2015 Xfce Development Team <xfce4-dev at xfce.org>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -39,17 +40,17 @@ m4_define([thunar_debug_default], [ifelse(thunar_version_tag(), [git], [yes], [m
dnl ***************************
dnl *** Initialize autoconf ***
dnl ***************************
-AC_COPYRIGHT([Copyright (c) 2004-2012 The Thunar development team. All rights reserved.])
+AC_COPYRIGHT([Copyright (c) 2004-2015 The Thunar development team. All rights reserved.])
AC_INIT([Thunar], [thunar_version], [http://bugzilla.xfce.org/], [Thunar])
AC_PREREQ([2.60])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_TARGET()
-AC_REVISION([$Id$])
+AC_REVISION([thunar_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])])
@@ -79,7 +80,7 @@ m4_ifdef([AC_PROG_SED], [AC_PROG_SED], [AC_CHECK_PROG(SED, sed, sed)])
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