summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2012-06-28 00:22:03 +0900
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-08-27 10:13:39 +0200
commit749fab61b91a2a90ec2369684b2976eea3d44fdf (patch)
tree36921a658226695c84cda3d009c4a728d662b897
parent5157a019427a73bc592cd1a155bb4adfbbecef8d (diff)
configure: use new libtool syntax.
This now requires libtool >= 2.2 to regenerate the configure script. Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8138ccc..1f98001 100644
--- a/configure.ac
+++ b/configure.ac
@@ -102,7 +102,10 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])], [
dnl Check for tools
AC_PROG_CC
AM_PROG_CC_C_O
-AC_PROG_LIBTOOL
+
+dnl Initialize libtool
+LT_PREREQ([2.2])
+LT_INIT
AC_ARG_ENABLE(drm,
AS_HELP_STRING([--enable-drm],