[Xfce4-commits] <xfmpc:master> Use new libtool syntax (see bug #6920)
Mike Massonnet
noreply at xfce.org
Mon Jul 30 21:48:01 CEST 2012
Updating branch refs/heads/master
to 1f86f8565d836072a1f2c5e4305094a9f0a27a99 (commit)
from 81e0d4ae6f64b67dfcba31650d79628176ef3448 (commit)
commit 1f86f8565d836072a1f2c5e4305094a9f0a27a99
Author: Mike Massonnet <mmassonnet at gmail.com>
Date: Mon Jul 30 21:43:16 2012 +0200
Use new libtool syntax (see bug #6920)
configure.in.in | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/configure.in.in b/configure.in.in
index 16c0659..af808c5 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -38,11 +38,16 @@ dnl *** Check for basic programs ***
dnl ********************************
AC_PROG_CC()
AM_PROG_CC_C_O()
-AC_PROG_LIBTOOL()
AC_PROG_LD()
AC_PROG_INSTALL()
AC_PROG_INTLTOOL()
+dnl **************************
+dnl *** Initialize libtool ***
+dnl **************************
+LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
+
dnl **********************************
dnl *** Check for standard headers ***
dnl **********************************
More information about the Xfce4-commits
mailing list