[Xfce4-commits] [xfce/libxfce4ui] 02/02: Bump dependencies versions

noreply at xfce.org noreply at xfce.org
Wed Feb 18 19:24:18 CET 2015


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

hjudt pushed a commit to branch master
in repository xfce/libxfce4ui.

commit 9ad90dbce54cd966f36a514f6102144dfe7c0249
Author: Harald Judt <h.judt at gmx.at>
Date:   Wed Feb 18 19:20:34 2015 +0100

    Bump dependencies versions
---
 configure.ac.in  |   11 +++++------
 docs/Makefile.am |    4 +---
 2 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index e17ad53..5124d83 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -1,6 +1,5 @@
-dnl $Id$
 dnl
-dnl Copyright (c) 2007-2013 The Xfce development team
+dnl Copyright (c) 2007-2015 The Xfce development team
 dnl
 
 dnl ***************************
@@ -31,7 +30,7 @@ m4_define([libxfce4ui_debug_default], [ifelse(libxfce4ui_version_tag(), [git], [
 dnl ***************************
 dnl *** Initialize autoconf ***
 dnl ***************************
-AC_COPYRIGHT([Copyright (c) 2007-2013 The Xfce development team])
+AC_COPYRIGHT([Copyright (c) 2007-2015 The Xfce development team])
 AC_INIT([libxfce4ui], [libxfce4ui_version], [http://bugzilla.xfce.org/], [libxfce4ui])
 AC_PREREQ([2.60])
 AC_CONFIG_MACRO_DIR([m4])
@@ -41,7 +40,7 @@ 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_HEADERS([config.h])
 AM_MAINTAINER_MODE()
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
@@ -82,7 +81,7 @@ AC_CHECK_PROGS([PERL], [perl5 perl])
 dnl **************************
 dnl *** Initialize libtool ***
 dnl **************************
-LT_PREREQ([2.2.6])
+LT_PREREQ([2.4])
 LT_INIT([disable-static])
 
 dnl **************************************
@@ -154,7 +153,7 @@ AC_ARG_ENABLE([keyboard-library],
                               [Do not compile the keyboard library needed by xfwm4 and xfce4-settings (default=enabled)])],
               [enable_keyboard_library=$enableval], [enable_keyboard_library=yes])
 if test "x$enable_keyboard_library" = "xyes"; then
-  XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.8.0])
+  XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.10.0])
 fi
 AM_CONDITIONAL([ENABLE_KEYBOARD_LIBRARY], [test "x$enable_keyboard_library" = "xyes"])
 
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 881316f..d9bb4b8 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,6 +1,4 @@
-# $Id$
-
-AUTOMAKE_OPTIONS = 1.8
+AUTOMAKE_OPTIONS = 1.11
 
 # The name of the module.
 DOC_MODULE=libxfce4ui

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list