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 <rkitover@gmail.com>
This commit is contained in:
Rafael Kitover 2021-10-11 20:23:12 +00:00 committed by Craig Small
parent d39d9db079
commit 3f2d7a0bf6
1 changed files with 0 additions and 4 deletions

View File

@ -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