diff options
author | Martin Lucina <mato@kotelna.sk> | 2010-03-15 15:47:17 +0100 |
---|---|---|
committer | Martin Lucina <mato@kotelna.sk> | 2010-03-15 15:47:17 +0100 |
commit | 8fcf6ffb67aba2ff9f78f4ba327d29755f03535a (patch) | |
tree | 1ce261adee8f2596fdc4a701644f0eebd7f68a94 | |
parent | fceba036279a0e9bb39aebd862b70ad1bb5b3f40 (diff) |
Cleanups to autogen.sh
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |