diff --git a/autogen.sh b/autogen.sh index 7af4863751..e99dc5b34c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -20,7 +20,7 @@ # Script to generate all required files from fresh git checkout. -# Debian and Ubuntu do not shipt libtool anymore, but OSX does not ship libtoolize. +# Debian and Ubuntu do not ship libtool anymore, but OSX does not ship libtoolize. command -v libtoolize >/dev/null 2>&1 if [ $? -ne 0 ]; then command -v libtool >/dev/null 2>&1