summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 9f372b4..c735394 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() {