[Xfce4-commits] <xfce4-session:master> Drop AC_PROG_LIBTOOL for LT_PREREQ and LT_INIT.

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


Updating branch refs/heads/master
         to 8f77ee1d71d82fa48a58ecd00ea9c979bba3fa00 (commit)
       from 4f57bbd2c55743dba076c50611409f605918d45f (commit)

commit 8f77ee1d71d82fa48a58ecd00ea9c979bba3fa00
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Wed Nov 16 10:16:04 2011 +0000

    Drop AC_PROG_LIBTOOL for LT_PREREQ and LT_INIT.

 configure.in.in |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index 1d10454..e928453 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -52,7 +52,10 @@ AC_PROG_CC()
 AM_PROG_CC_C_O()
 AC_PROG_INSTALL()
 AC_PROG_INTLTOOL()
-AC_PROG_LIBTOOL()
+
+dnl check for libtool
+LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
 
 dnl check for standard header files
 AC_HEADER_STDC


More information about the Xfce4-commits mailing list