build: Use LT_PREREQ/LT_INIT instead of AC_PROG_LIBTOOL

This commit is contained in:
Matt Turner
2012-08-20 11:58:28 -07:00
parent 25c6ec8728
commit 3b41134e17

View File

@@ -28,11 +28,13 @@ AC_CANONICAL_HOST
AM_INIT_AUTOMAKE([dist-bzip2 foreign subdir-objects])
LT_PREREQ([2.2])
LT_INIT
dnl Check for progs
AC_PROG_CPP
AC_PROG_CC
AC_PROG_CXX
AC_PROG_LIBTOOL
dnl Enable quiet compiles on automake 1.11.
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])