[Xfce4-commits] <xfce4-panel:master> Drop AC_PROG_LIBTOOL and AC_DISABLE_STATIC for LT_PREREQ and LT_INIT.
Jannis Pohlmann
noreply at xfce.org
Wed Nov 16 11:38:01 CET 2011
Updating branch refs/heads/master
to 3cb5f3823661bd62f6f4683eb01bdacb9a9b04ac (commit)
from 3f61fa2653c511b2044353635497bf58365822c8 (commit)
commit 3cb5f3823661bd62f6f4683eb01bdacb9a9b04ac
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Wed Nov 16 10:36:25 2011 +0000
Drop AC_PROG_LIBTOOL and AC_DISABLE_STATIC for LT_PREREQ and LT_INIT.
configure.ac.in | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index 8aa7e8c..38f9675 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -68,14 +68,13 @@ AM_PROG_CC_C_O()
AC_PROG_LD()
AC_PROG_INSTALL()
AC_PROG_INTLTOOL()
-AC_PROG_LIBTOOL()
+AC_CHECK_PROGS([PERL], [perl5 perl])
dnl **************************
dnl *** Initialize libtool ***
dnl **************************
-AC_DISABLE_STATIC()
-AC_PROG_LIBTOOL()
-AC_CHECK_PROGS([PERL], [perl5 perl])
+LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
dnl **************************************
dnl *** Substitute version information ***
More information about the Xfce4-commits
mailing list