From ebbb2eba5bdf3eee9eca3e3db2b8964db5d8131f Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Tue, 2 Feb 2016 09:09:03 +0100 Subject: CONFIGURE: Replace obsolete macros The AC_PROG_LIBTOOL macro is obsoleted by since libtool-2.0 which is already in rhel6+ https://fedorahosted.org/FedoraReview/wiki/AutoTools Reviewed-By: Martin Basti --- client/configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'client') diff --git a/client/configure.ac b/client/configure.ac index 8e3a71f7b..58f23afa7 100644 --- a/client/configure.ac +++ b/client/configure.ac @@ -3,8 +3,7 @@ m4_include(version.m4) AC_INIT([ipa-client], IPA_VERSION, [https://hosted.fedoraproject.org/projects/freeipa/newticket]) -LT_INIT() -AC_PROG_LIBTOOL +LT_INIT AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SUBDIRS([../asn1]) -- cgit