build: use LT_INIT to initialize libtool, and require at least 2.2

This commit is contained in:
Aleksander Morgado
2011-03-28 18:09:48 +02:00
committed by Dan Williams
parent e68bf52bc3
commit 641ec51c8b

View File

@@ -16,7 +16,10 @@ dnl Required programs
AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_INSTALL
AC_PROG_LIBTOOL
dnl Initialize libtool
LT_PREREQ([2.2])
LT_INIT
dnl
dnl translation support