parent 8ed1c866e2e7716a1f7330a79c9268c7356c60ac (v6.8-1-g8ed1c86) commit 94de0ce4cce9d104c0a3e189208445b15f0ea2cd Author: Jan Engelhardt <jengelh@xxxxxxxxxx> Date: Mon Aug 1 21:26:24 2011 +0200 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@xxxxxxxxxx> --- autogen.sh | 2 +- 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 -- # Created with git-export-patch -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html