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 --- daemons/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemons') diff --git a/daemons/configure.ac b/daemons/configure.ac index f2eebee51..2a1f6aa8a 100644 --- a/daemons/configure.ac +++ b/daemons/configure.ac @@ -14,7 +14,7 @@ AM_MAINTAINER_MODE AC_PROG_CC_C99 AC_STDC_HEADERS AC_DISABLE_STATIC -AC_PROG_LIBTOOL +LT_INIT AC_HEADER_STDC -- cgit