From: Rafael Kitover Date: Mon, 11 Oct 2021 20:23:12 +0000 (+0000) Subject: Remove autogen.sh libtool prog check #222. X-Git-Tag: v4.0.0~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f2d7a0bf6a848a50e41dcdeea500502f4ab21a3;p=procps-ng Remove autogen.sh libtool prog check #222. Remove the check for the libtool executable as many libtool distribution packages do not have it and it is not necessary for building, as libtoolize is also checked for to determine the presence of libtool. Signed-off-by: Rafael Kitover --- diff --git a/autogen.sh b/autogen.sh index d5767a7e..d87289d5 100755 --- a/autogen.sh +++ b/autogen.sh @@ -30,10 +30,6 @@ test -f free.c || { echo "The autoheader command is part of the GNU autoconf package." DIE=1 } -(libtool --version) < /dev/null > /dev/null || { - echo "You must have libtool-2 installed to generate procps-ng build system." - DIE=1 -} (automake --version) < /dev/null > /dev/null || { echo "You must have automake installed to generate procps-ng build system." DIE=1