[Xfce4-commits] <xfce4-weather-plugin:master> Fix configure.ac.in as suggested in bug #6920.

Harald Judt noreply at xfce.org
Wed Jul 18 09:14:02 CEST 2012


Updating branch refs/heads/master
         to 2b202977830b2c61e5cfa34768ae88fb9c02fb6b (commit)
       from 9f6a2a3503e7542584b5d351d5b71f7a7f74228a (commit)

commit 2b202977830b2c61e5cfa34768ae88fb9c02fb6b
Author: Harald Judt <h.judt at gmx.at>
Date:   Wed Jul 18 09:09:09 2012 +0200

    Fix configure.ac.in as suggested in bug #6920.
    
    Bump autogen, automake and libtool versions.

 configure.ac.in |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index d1bb58e..786a137 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -21,12 +21,12 @@ dnl ***************************
 AC_COPYRIGHT([Copyright (c) 2006-2007
         The Xfce development team. All rights reserved.])
 AC_INIT([xfce4-weather-plugin], [weather_version], [http://bugzilla.xfce.org/], [xfce4-weather-plugin])
-AC_PREREQ([2.50])
+AC_PREREQ([2.60])
 
 dnl ***************************
 dnl *** Initialize automake ***
 dnl ***************************
-AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar])
+AM_INIT_AUTOMAKE([1.9 dist-bzip2 tar-ustar])
 AM_CONFIG_HEADER([config.h])
 AM_MAINTAINER_MODE()
 
@@ -37,7 +37,8 @@ AC_PROG_CC()
 AC_PROG_LD()
 AC_PROG_INSTALL()
 AC_PROG_INTLTOOL()
-AC_PROG_LIBTOOL()
+LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
 AM_PROG_CC_C_O()
 
 dnl **********************************


More information about the Xfce4-commits mailing list