]> granicus.if.org Git - procps-ng/commitdiff
Remove autogen.sh libtool prog check #222.
authorRafael Kitover <rkitover@gmail.com>
Mon, 11 Oct 2021 20:23:12 +0000 (20:23 +0000)
committerCraig Small <csmall@dropbear.xyz>
Wed, 13 Oct 2021 20:38:22 +0000 (20:38 +0000)
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 <rkitover@gmail.com>
autogen.sh

index d5767a7ee10983eeba0d6f4b0e8dc45d74db48fb..d87289d573e0e440d174f5291a6db6b3677a558f 100755 (executable)
@@ -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