summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index f431c6d..cab10da 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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