summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMartin Lucina <mato@kotelna.sk>2010-03-15 15:47:17 +0100
committerMartin Lucina <mato@kotelna.sk>2010-03-15 15:47:17 +0100
commit8fcf6ffb67aba2ff9f78f4ba327d29755f03535a (patch)
tree1ce261adee8f2596fdc4a701644f0eebd7f68a94 /autogen.sh
parentfceba036279a0e9bb39aebd862b70ad1bb5b3f40 (diff)
Cleanups to autogen.sh
Diffstat (limited to 'autogen.sh')
-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