last minute fix before darkice 1.4 official tarball.

This commit is contained in:
Rafael Diniz 2020-01-03 14:51:01 -03:00
parent 4420296b83
commit 0a09b6c97d
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ DIE=0
DIE=1
}
(libtool --help) < /dev/null > /dev/null 2>&1 || {
(libtoolize --help) < /dev/null > /dev/null 2>&1 || {
echo
echo "You must have libtool installed to compile $package."
echo "Download the appropriate package for your system,"

View File

@ -35,7 +35,7 @@ DIE=0
DIE=1
}
(libtool --help) < /dev/null > /dev/null 2>&1 || {
(libtoolize --help) < /dev/null > /dev/null 2>&1 || {
echo
echo "You must have libtool installed to compile $package."
echo "Download the appropriate package for your system,"