[Xfce4-commits] <thunar-volman:xfce-4.8> Revert "Drop AC_PROG_LIBTOOL/AC_DISABLE_STATIC for LT_PREREQ and LT_INIT."

Nick Schermer noreply at xfce.org
Wed Mar 28 18:34:02 CEST 2012


Updating branch refs/heads/xfce-4.8
         to c86efb561af977da4006b1fcefca0b1925bbe54f (commit)
       from c9cc400fd989397e141c09fb7dd58cad88eea374 (commit)

commit c86efb561af977da4006b1fcefca0b1925bbe54f
Author: Nick Schermer <nick at xfce.org>
Date:   Wed Mar 28 18:31:53 2012 +0200

    Revert "Drop AC_PROG_LIBTOOL/AC_DISABLE_STATIC for LT_PREREQ and LT_INIT."
    
    This reverts commit f5e0216b2bd1c8edcd110913178ccd18ed5808fd.

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

diff --git a/configure.in.in b/configure.in.in
index fe41005..5ea2d19 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-2011 Jannis Pohlmann <jannis at xfce.org>
+dnl Copyright (c) 2010      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 **************************
-LT_PREREQ([2.2.6])
-LT_INIT([disable-static])
+AC_DISABLE_STATIC()
+AC_PROG_LIBTOOL()
 
 dnl **********************************
 dnl *** Check for standard headers ***


More information about the Xfce4-commits mailing list