summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorRafael Kitover <rkitover@gmail.com>2021-10-11 20:23:12 +0000
committerCraig Small <csmall@dropbear.xyz>2021-10-13 20:38:22 +0000
commit3f2d7a0bf6a848a50e41dcdeea500502f4ab21a3 (patch)
tree0a5f7b6dabb61e049ae9e79eb77d204b01cf394b /autogen.sh
parentd39d9db07974f4f09cd2f31137742a7ea3be65c5 (diff)
downloadprocps-ng-3f2d7a0bf6a848a50e41dcdeea500502f4ab21a3.tar.gz
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>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh
index d5767a7..d87289d 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