From f2c166ffdba2d4c63d2ee9a14bedff083e444aad Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 10 Apr 2007 10:54:22 -0400 Subject: check exit status of autotools Make sure each autotool run in autogen.sh worked and if not, abort. Signed-off-by: Mike Frysinger --- autogen.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/autogen.sh b/autogen.sh index d730a96a0..5ef9e8be2 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 -- cgit v1.2.3-55-g7522