Commented out the check for libtool, as we don't use it currently

This commit is contained in:
maartenkeijzer 2001-02-11 15:57:01 +00:00
commit ed6ae447e8

View file

@ -11,12 +11,12 @@ PROG=eo
DIE=1 DIE=1
} }
(libtool --version) < /dev/null > /dev/null 2>&1 || #(libtool --version) < /dev/null > /dev/null 2>&1 ||
{ #{
echo # echo
echo "You must have libtool installed to compile $PROG." # echo "You must have libtool installed to compile $PROG."
DIE=1 # DIE=1
} #}
(automake --version) < /dev/null > /dev/null 2>&1 || (automake --version) < /dev/null > /dev/null 2>&1 ||
{ {