From d78939b636d10d30b8d74fe0ea1ef1d4fde68a11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Wed, 8 Dec 2010 16:20:13 +0100 Subject: [PATCH] [autotools] Use AC_PROG_LIBTOOL instead of LT_INIT for backward compatibility --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4c1b9cd..c6c234a 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,9 @@ AC_ENABLE_SHARED m4_ifndef([PKG_PROG_PKG_CONFIG], [m4_fatal([pkg-config not installed])]) -LT_INIT +m4_ifndef([AC_PROG_LIBTOOL], [m4_fatal([libtool not installed])]) + +AC_PROG_LIBTOOL # Checks for header files. AC_HEADER_STDC