From: Mike Frysinger Date: Tue, 10 Apr 2007 14:54:22 +0000 (-0400) Subject: check exit status of autotools X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2c166ffdba2d4c63d2ee9a14bedff083e444aad;p=util-linux check exit status of autotools Make sure each autotool run in autogen.sh worked and if not, abort. Signed-off-by: Mike Frysinger --- diff --git a/autogen.sh b/autogen.sh index d730a96a..5ef9e8be 100755 --- a/autogen.sh +++ b/autogen.sh @@ -60,6 +60,7 @@ test -f mount/mount.c || { exit 1 } +set -e autopoint --force libtoolize --copy --force aclocal -I m4