From 04d96fe1361bd4afee449aa691da9c52d4f27a12 Mon Sep 17 00:00:00 2001 From: Filipe Brandenburger Date: Fri, 1 May 2015 16:42:33 -0700 Subject: [PATCH] build-sys: remove AC_PROG_RANLIB from configure.ac This suppresses the following warning from libtoolize 2.4.2: libtoolize: `AC_PROG_RANLIB' is rendered obsolete by `LT_INIT' Tested that this does not break the build and that both `make check` and `make distcheck` continue working as expected. Signed-off-by: Filipe Brandenburger --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 79ba3c7e..051b1747 100644 --- a/configure.ac +++ b/configure.ac @@ -41,7 +41,6 @@ AC_PROG_INSTALL AC_PROG_LN_S PKG_PROG_PKG_CONFIG AC_PROG_MAKE_SET -AC_PROG_RANLIB # Checks for header files. AC_HEADER_MAJOR