0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-26 23:01:04 +08:00

Cleanups to autogen.sh

This commit is contained in:
Martin Lucina 2010-03-15 15:47:17 +01:00
parent fceba03627
commit 8fcf6ffb67

View File

@ -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