]> granicus.if.org Git - procps-ng/commit
build-sys: remove AC_PROG_RANLIB from configure.ac
authorFilipe Brandenburger <filbranden@google.com>
Fri, 1 May 2015 23:42:33 +0000 (16:42 -0700)
committerFilipe Brandenburger <filbranden@google.com>
Sat, 2 May 2015 00:15:34 +0000 (17:15 -0700)
commit04d96fe1361bd4afee449aa691da9c52d4f27a12
treed25fb444be4f38e428a6bc8d1984b252a39832fd
parent90cc5460aa0e9ca10a0d7c8c44064fd14789f750
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>
configure.ac