/pidgin/main: 9b535f78ad07: Use LT_INIT instead of deprecated AC...
Elliott Sales de Andrade
qulogic at pidgin.im
Fri Jan 25 02:16:44 EST 2013
Changeset: 9b535f78ad07a70e8c3c2731908b87cfcae44135
Author: Elliott Sales de Andrade <qulogic at pidgin.im>
Date: 2013-01-24 00:23 -0500
Branch: default
URL: http://hg.pidgin.im/pidgin/main/rev/9b535f78ad07
Description:
Use LT_INIT instead of deprecated AC_PROG_LIBTOOL.
I think we have new enough dependencies for this change.
diffstat:
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -109,8 +109,8 @@ AC_DEFINE_UNQUOTED(CONFIG_ARGS, "$ac_con
dnl Checks for programs.
AC_PROG_CC
AM_PROG_CC_C_O
-AC_DISABLE_STATIC
-AC_PROG_LIBTOOL
+LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
LIBTOOL="$LIBTOOL --silent"
AC_PROG_INSTALL
PKG_PROG_PKG_CONFIG
More information about the Commits
mailing list