diff --git a/autogen.sh b/autogen.sh index 9f372b4f62..c735394da8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,6 +3,11 @@ # Get the initial version. perl version.pl +die() { + echo "$@" + exit 1 +} + # Try to locate a program by using which, and verify that the file is an # executable locate_binary() {