[Xfce4-commits] <thunar-volman:master> Drop AC_PROG_LIBTOOL/AC_DISABLE_STATIC for LT_PREREQ and LT_INIT.

Jannis Pohlmann noreply at xfce.org
Wed Nov 16 11:34:01 CET 2011


Updating branch refs/heads/master
         to f5e0216b2bd1c8edcd110913178ccd18ed5808fd (commit)
       from 9df7cd97c6327fd2899c4f552ea71964bd875500 (commit)

commit f5e0216b2bd1c8edcd110913178ccd18ed5808fd
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Wed Nov 16 10:31:36 2011 +0000

    Drop AC_PROG_LIBTOOL/AC_DISABLE_STATIC for LT_PREREQ and LT_INIT.

 configure.in.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index 5ea2d19..fe41005 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -1,7 +1,7 @@
 dnl $Id$
 dnl
 dnl Copyright (c) 2004-2007 Benedikt Meurer <benny at xfce.org>
-dnl Copyright (c) 2010      Jannis Pohlmann <jannis at xfce.org>
+dnl Copyright (c) 2010-2011 Jannis Pohlmann <jannis at xfce.org>
 dnl
 dnl This program is free software; you can redistribute it and/or 
 dnl modify it under the terms of the GNU General Public License as
@@ -71,8 +71,8 @@ AC_PROG_INTLTOOL()
 dnl **************************
 dnl *** Initialize libtool ***
 dnl **************************
-AC_DISABLE_STATIC()
-AC_PROG_LIBTOOL()
+LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
 
 dnl **********************************
 dnl *** Check for standard headers ***


More information about the Xfce4-commits mailing list