summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFilipe Brandenburger <filbranden@google.com>2015-05-01 16:42:33 -0700
committerFilipe Brandenburger <filbranden@google.com>2015-05-01 17:15:34 -0700
commit04d96fe1361bd4afee449aa691da9c52d4f27a12 (patch)
treed25fb444be4f38e428a6bc8d1984b252a39832fd /configure.ac
parent90cc5460aa0e9ca10a0d7c8c44064fd14789f750 (diff)
downloadprocps-ng-04d96fe1361bd4afee449aa691da9c52d4f27a12.tar.gz
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 <filbranden@google.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 79ba3c7..051b174 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