Skip to content

Commit

Permalink
Cleanups to autogen.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mato committed Mar 15, 2010
1 parent fceba03 commit 8fcf6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8fcf6ff

Please sign in to comment.