[Xfce4-commits] <xfce4-dict:master> Require the same autoconf version as the xfce4-dev-tools do

Enrico Tröger noreply at xfce.org
Fri Jan 1 16:16:01 CET 2010


Updating branch refs/heads/master
         to 280bc46d068ceb30dd77b9c25b2f9c7a175fbe16 (commit)
       from ee1a31d95fc47c57f21463f729e71d3c9d4be7ce (commit)

commit 280bc46d068ceb30dd77b9c25b2f9c7a175fbe16
Author: Enrico Tröger <enrico.troeger at uvena.de>
Date:   Fri Jan 1 15:57:43 2010 +0100

    Require the same autoconf version as the xfce4-dev-tools do

 configure.ac.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 9a62825..0c4ea81 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -8,7 +8,7 @@ m4_define([dict_version], [0.6.0])
 
 dnl init autoconf
 AC_INIT([xfce4-dict], [dict_version], [http://bugzilla.xfce.org/])
-AC_PREREQ([2.50])
+AC_PREREQ([2.53])
 
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 



More information about the Xfce4-commits mailing list