mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-26 06:41:03 +08:00
Cleanups to autogen.sh
This commit is contained in:
parent
fceba03627
commit
8fcf6ffb67
@ -32,7 +32,7 @@ fi
|
||||
|
||||
command -v autoreconf >/dev/null 2>&1
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "autogen.sh: error: could not find autoreconf. autoconf and automake are required to run autogen.sh."
|
||||
echo "autogen.sh: error: could not find autoreconf. autoconf and automake are required to run autogen.sh." 1>&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user