mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-23 18:49:08 +08:00
[autogen.sh
:] Clarify libtoolize
/glibtoolize
existence check error message.
Explicitly mention the latter variant of the tool inside said error message.
This commit is contained in:
parent
e08ed04412
commit
bcba09c85d
@ -55,7 +55,7 @@ if command -v libtoolize >/dev/null 2>&1; then
|
||||
elif command -v glibtoolize >/dev/null 2>&1; then
|
||||
LIBTOOLIZE="$(command -v glibtoolize)"
|
||||
else
|
||||
echo "Unable to find a valid copy of libtoolize in your PATH!"
|
||||
echo "Unable to find a valid copy of libtoolize or glibtoolize in your PATH!"
|
||||
bail_out
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user