Skip to content

Commit

Permalink
[autogen.sh:] Clarify libtoolize/glibtoolize existence check er…
Browse files Browse the repository at this point in the history
…ror message.

Explicitly mention the latter variant of the tool inside said error message.
  • Loading branch information
RandomDSdevel committed Mar 9, 2017
1 parent e08ed04 commit bcba09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bcba09c

Please sign in to comment.