diff options
-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 |