From 749fab61b91a2a90ec2369684b2976eea3d44fdf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Jard=C3=B3n?= Date: Thu, 28 Jun 2012 00:22:03 +0900 Subject: [PATCH] configure: use new libtool syntax. This now requires libtool >= 2.2 to regenerate the configure script. Signed-off-by: Gwenole Beauchesne --- configure.ac | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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], -- 2.7.4