From 1870dd377ce49bc5aea9de06041797bb9a0ac365 Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Mon, 22 Sep 2008 10:58:53 +0200
Subject: autogen.sh: don't ignore errors

Set the shell option "-e" to abort when one of the tools fails.
---
 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autogen.sh b/autogen.sh
index 4c02b8af4..a9840849b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh -e
 
 # Generate config.h.in
 echo "touch stamp-h"
-- 
cgit v1.2.3