summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-03-28 18:09:48 +0200
committerDan Williams <dcbw@redhat.com>2011-04-04 21:38:22 -0500
commit641ec51c8bef4d3a44a327b2ea95e9c99e3f7655 (patch)
tree0f536cc50fe15db9e3b60f6a5d93155de3822d98 /configure.ac
parente68bf52bc36be361d54ec72cfa9b841b86ae8cb9 (diff)
downloadModemManager-641ec51c8bef4d3a44a327b2ea95e9c99e3f7655.tar.gz
build: use LT_INIT to initialize libtool, and require at least 2.2
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1ffef389a..2224c1f5c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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