summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f5f199a..dd63141 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])])