From 8fcf6ffb67aba2ff9f78f4ba327d29755f03535a Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Mon, 15 Mar 2010 15:47:17 +0100 Subject: [PATCH] Cleanups to autogen.sh --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index f431c6d9..cab10da5 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