ehlo,

libtool >= 2.0 is in all recent distributions.
(even debian old-stable) only centos 5 has oldes version
but we do not support it for some time.

Simple patch is attached.

LS
>From 622937ff91d16d05e92d3c455839ee34d478196d Mon Sep 17 00:00:00 2001
From: Lukas Slebodnik <[email protected]>
Date: Mon, 1 Feb 2016 09:34:08 +0100
Subject: [PATCH] CONFIGURE: Replace obsoleted macro AC_PROG_LIBTOOL

The AC_PROG_LIBTOOL macro is obsoleted since libtool 2.0
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 
0463bda8eeca2bae350f6e4b52d2a791df46a14f..9f099276e77694a85cccbcd3a5a6d22308dbdedd
 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ AM_PROG_CC_C_O
 m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
 AC_DISABLE_STATIC
 AC_PROG_INSTALL
-AC_PROG_LIBTOOL
+LT_INIT
 m4_ifdef([AC_PROG_MKDIR_P],
          [AC_PROG_MKDIR_P],
          [AC_SUBST([MKDIR_P], "mkdir -p")])
-- 
2.5.0

_______________________________________________
sssd-devel mailing list
[email protected]
https://lists.fedorahosted.org/admin/lists/[email protected]

Reply via email to