[Xfce4-commits] <xfce4-terminal:master> Use new libtool initialization.
Nick Schermer
noreply at xfce.org
Thu Dec 27 21:28:01 CET 2012
Updating branch refs/heads/master
to 50260c8994beff980e0b0348fe43f974a256b4d8 (commit)
from 0aaf23d53ac61e1fa23214e26b731d6feefff8d3 (commit)
commit 50260c8994beff980e0b0348fe43f974a256b4d8
Author: Nick Schermer <nick at xfce.org>
Date: Thu Dec 27 20:48:56 2012 +0100
Use new libtool initialization.
configure.ac.in | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index 0f7bbcb..1814d47 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -61,7 +61,12 @@ AC_PROG_CC()
AM_PROG_CC_C_O()
AC_PROG_INSTALL()
AC_PROG_INTLTOOL([0.31], [no-xml])
-AC_PROG_LIBTOOL()
+
+dnl **************************
+dnl *** Initialize libtool ***
+dnl **************************
+LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
dnl **********************************
dnl *** Check for standard headers ***
More information about the Xfce4-commits
mailing list