From: Stepan Kasal Date: Tue, 15 May 2007 18:46:06 +0000 (+0200) Subject: build-sys: remove AC_PROG_RANLIB X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=232a8ec45a4ff633414a46878e97b8dd27aa4361;p=util-linux build-sys: remove AC_PROG_RANLIB libtoolize (1.5.16) says it's now obsolete. Signed-off-by: Stepan Kasal --- diff --git a/configure.ac b/configure.ac index 5564475b..3d702666 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,6 @@ AC_CONFIG_SRCDIR(mount/mount.c) AC_PREFIX_DEFAULT(/) AC_PROG_CC_STDC -AC_PROG_RANLIB AC_PROG_LIBTOOL AC_PATH_PROG(PERL, perl)