[Xfce4-commits] <xfce4-mpc-plugin:master> Add AC_PROG_LIBTOOL so that xdt 4.8 runs libtoolize

Landry Breuil noreply at xfce.org
Thu Feb 16 10:02:01 CET 2012


Updating branch refs/heads/master
         to f7da4e3da6ebd801d875cf27838653963c2454aa (commit)
       from af907a5f739f0f7ff628b08355d930487735342e (commit)

commit f7da4e3da6ebd801d875cf27838653963c2454aa
Author: Landry Breuil <landry at xfce.org>
Date:   Thu Feb 16 10:00:56 2012 +0100

    Add AC_PROG_LIBTOOL so that xdt 4.8 runs libtoolize

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

diff --git a/configure.ac.in b/configure.ac.in
index 846d7f0..590cd40 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -31,6 +31,9 @@ AC_PROG_INSTALL
 AC_PROG_INTLTOOL
 
 dnl Initialize libtool
+dnl for xdt 4.8
+AC_PROG_LIBTOOL
+dnl for xdt 4.9
 LT_PREREQ([2.2.6])
 LT_INIT([disable-static])
 


More information about the Xfce4-commits mailing list