We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c36b6 commit 61b3f22Copy full SHA for 61b3f22
autogen.sh
@@ -40,7 +40,7 @@ if [ $? -ne 0 ]; then
40
fi
41
42
# Generate files to build shared libraries
43
-command -v libtool > /dev/null 2>&1
+command -v libtoolize > /dev/null 2>&1
44
if [ $? -ne 0 ]; then
45
echo "autogen.sh: error: could not find libtool." 1>&2
46
echo "libtool is required to run autogen.sh." 1>&2
0 commit comments