[Xfce4-commits] [xfce/xfce4-dev-tools] 03/08: Bump dependencies for xfce4-dev-tools and m4macros
noreply at xfce.org
noreply at xfce.org
Tue Feb 17 23:06:24 CET 2015
This is an automated email from the git hooks/post-receive script.
hjudt pushed a commit to branch master
in repository xfce/xfce4-dev-tools.
commit 4beed310b41ef8b3d56ee7e84ac825b5099e458d
Author: Harald Judt <h.judt at gmx.at>
Date: Mon Feb 16 21:20:11 2015 +0100
Bump dependencies for xfce4-dev-tools and m4macros
* automake-1.11
* autoconf-2.60
* libtool-2.4
* glib-2.30
* xfce4-panel-4.9
---
configure.ac.in | 6 +++---
m4macros/xdt-depends.m4 | 2 +-
m4macros/xdt-features.m4 | 2 +-
m4macros/xdt-xfce.m4 | 6 +++---
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index 79c8952..bb73c78 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -40,7 +40,7 @@ AC_SUBST([VERSION_REVISION])
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])
AM_MAINTAINER_MODE()
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
@@ -50,7 +50,7 @@ dnl ********************************
AC_PROG_CC()
AM_PROG_CC_C_O()
AC_PROG_INSTALL()
-LT_PREREQ([2.2.6])
+LT_PREREQ([2.4])
LT_INIT([disable-static])
dnl ***************************************
@@ -62,7 +62,7 @@ AC_CHECK_HEADERS([libintl.h locale.h memory.h stdio.h stdlib.h string.h])
dnl ***********************************
dnl *** Check for required packages ***
dnl ***********************************
-PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.24.0])
+PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.30.0])
dnl **********************
dnl *** Generate files ***
diff --git a/m4macros/xdt-depends.m4 b/m4macros/xdt-depends.m4
index 0bb0436..aea8807 100644
--- a/m4macros/xdt-depends.m4
+++ b/m4macros/xdt-depends.m4
@@ -26,7 +26,7 @@ dnl
dnl We need recent a autoconf version
-AC_PREREQ([2.53])
+AC_PREREQ([2.60])
diff --git a/m4macros/xdt-features.m4 b/m4macros/xdt-features.m4
index df64fa7..239cd4f 100644
--- a/m4macros/xdt-features.m4
+++ b/m4macros/xdt-features.m4
@@ -26,7 +26,7 @@ dnl
dnl We need recent a autoconf version
-AC_PREREQ([2.53])
+AC_PREREQ([2.60])
dnl XDT_SUPPORTED_FLAGS(VAR, FLAGS)
diff --git a/m4macros/xdt-xfce.m4 b/m4macros/xdt-xfce.m4
index f0b9200..a77ecc7 100644
--- a/m4macros/xdt-xfce.m4
+++ b/m4macros/xdt-xfce.m4
@@ -24,14 +24,14 @@ dnl
-dnl XDT_XFCE_PANEL_PLUGIN(varname, [version = 4.2.0])
+dnl XDT_XFCE_PANEL_PLUGIN(varname, [version = 4.9.0])
dnl
dnl This macro is intended to be used by panel plugin writers. It
dnl detects the xfce4-panel package on the target system and sets
dnl "varname"_CFLAGS, "varname"_LIBS, "varname"_REQUIRED_VERSION
dnl and "varname"_VERSION properly. The parameter "version"
dnl specifies the minimum required version of xfce4-panel (defaults
-dnl to 4.2.0 if not given).
+dnl to 4.9.0 if not given).
dnl
dnl This macro also takes care of handling special panel versions,
dnl like the threaded panel, that was used during the Xfce 4.2.0
@@ -45,7 +45,7 @@ dnl
AC_DEFUN([XDT_XFCE_PANEL_PLUGIN],
[
dnl Check for the xfce4-panel package
- XDT_CHECK_PACKAGE([$1], [xfce4-panel-1.0], [m4_default([$2], [4.2.0])])
+ XDT_CHECK_PACKAGE([$1], [xfce4-panel-1.0], [m4_default([$2], [4.9.0])])
dnl Check if the panel is threaded (only for old panels)
xdt_cv_CFLAGS=$$1_CFLAGS
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list