[Xfce4-commits] [xfce/exo] 01/01: Bump automake and libtool versions
noreply at xfce.org
noreply at xfce.org
Thu Feb 19 21:40:32 CET 2015
This is an automated email from the git hooks/post-receive script.
hjudt pushed a commit to branch master
in repository xfce/exo.
commit 4de8c7ca51599097cc6eb621ce510967bf18a176
Author: Harald Judt <h.judt at gmx.at>
Date: Thu Feb 19 21:39:51 2015 +0100
Bump automake and libtool versions
---
configure.ac.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index 9c0b530..75cdc5f 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -32,7 +32,7 @@ dnl ***************************
dnl *** Initialize autoconf ***
dnl ***************************
AC_COPYRIGHT([Copyright (c) 2004-2010 os-cillation.
-Copyright (c) 2004-2012 Xfce Development Team])
+Copyright (c) 2004-2015 Xfce Development Team])
AC_INIT([exo], [libexo_version], [http://bugzilla.xfce.org/])
AC_PREREQ([2.60])
AC_CONFIG_MACRO_DIR([m4])
@@ -42,7 +42,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])])
@@ -100,7 +100,7 @@ AM_CONDITIONAL([PLATFORM_WIN32], [test x"$ac_bm_platform_win32" = x"yes"])
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