Skip to content

Commit bcba09c

Browse files
committed
[autogen.sh:] Clarify libtoolize/glibtoolize existence check error message.
Explicitly mention the latter variant of the tool inside said error message.
1 parent e08ed04 commit bcba09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autogen.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if command -v libtoolize >/dev/null 2>&1; then
5555
elif command -v glibtoolize >/dev/null 2>&1; then
5656
LIBTOOLIZE="$(command -v glibtoolize)"
5757
else
58-
echo "Unable to find a valid copy of libtoolize in your PATH!"
58+
echo "Unable to find a valid copy of libtoolize or glibtoolize in your PATH!"
5959
bail_out
6060
fi
6161

0 commit comments

Comments
 (0)