build: use LT_INIT to initialize libtool, and require at least 2.2
This commit is contained in:

committed by
Dan Williams

parent
e68bf52bc3
commit
641ec51c8b
@@ -16,7 +16,10 @@ dnl Required programs
|
|||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
AM_PROG_CC_C_O
|
AM_PROG_CC_C_O
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
AC_PROG_LIBTOOL
|
|
||||||
|
dnl Initialize libtool
|
||||||
|
LT_PREREQ([2.2])
|
||||||
|
LT_INIT
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl translation support
|
dnl translation support
|
||||||
|
Reference in New Issue
Block a user