]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
build: abort autogen on subcommand failure
authorJan Engelhardt <jengelh@medozas.de>
Mon, 1 Aug 2011 19:24:49 +0000 (21:24 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Mon, 1 Aug 2011 19:24:49 +0000 (21:24 +0200)
Needed to stop an automated build process when automake requirements
are not fulfilled.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
autogen.sh

index 36b2a2a3afc21c5c672078f3df9324c7744e2924..f9c3a9137d4611d3611c65d5ae311d9611e102a8 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -e
 
 autoreconf -fi;
 rm -Rf autom4te.cache;