From: Jan Engelhardt Date: Mon, 1 Aug 2011 19:26:01 +0000 (+0200) Subject: build: abort autogen on subcommand failure X-Git-Tag: v1.4.12.1~33^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa2ce1ca2a3448350dee30c153dafe65abe7135d;p=thirdparty%2Fiptables.git build: abort autogen on subcommand failure Needed to stop an automated build process when automake requirements are not fulfilled. Signed-off-by: Jan Engelhardt --- diff --git a/autogen.sh b/autogen.sh index 62a89e1b..a0c4395f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh -e autoreconf -fi; rm -Rf autom4te*.cache;