summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-08-01 21:26:24 +0200
committerJan Engelhardt <jengelh@medozas.de>2011-08-31 22:29:38 +0200
commit25eb53a35e262ff359188bf6b8d418909c18f982 (patch)
treeceb76532688b2fc0818997d6d092c378fcebdf1c /autogen.sh
parent541e328689042fb855ac22903996b67b57e1f15a (diff)
build: abort autogen on subcommand failure
Needed to stop an automated build process when automake requirements are not fulfilled. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index d0d5d98..9c0f327 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -e
aclocal -I m4
autoreconf -fi