Commented out the check for libtool, as we don't use it currently
This commit is contained in:
parent
2796319a13
commit
ed6ae447e8
1 changed files with 6 additions and 6 deletions
|
|
@ -11,12 +11,12 @@ PROG=eo
|
|||
DIE=1
|
||||
}
|
||||
|
||||
(libtool --version) < /dev/null > /dev/null 2>&1 ||
|
||||
{
|
||||
echo
|
||||
echo "You must have libtool installed to compile $PROG."
|
||||
DIE=1
|
||||
}
|
||||
#(libtool --version) < /dev/null > /dev/null 2>&1 ||
|
||||
#{
|
||||
# echo
|
||||
# echo "You must have libtool installed to compile $PROG."
|
||||
# DIE=1
|
||||
#}
|
||||
|
||||
(automake --version) < /dev/null > /dev/null 2>&1 ||
|
||||
{
|
||||
|
|
|
|||
Reference in a new issue