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 --- install/configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'install') diff --git a/install/configure.ac b/install/configure.ac index cf19758a1..b5f77bf8c 100644 --- a/install/configure.ac +++ b/install/configure.ac @@ -13,7 +13,6 @@ AM_MAINTAINER_MODE #AC_PROG_CC #AC_STDC_HEADERS #AC_DISABLE_STATIC -#AC_PROG_LIBTOOL #AC_HEADER_STDC -- cgit