diff --git a/autogen.sh b/autogen.sh index c49e3bc..57a2b60 100755 --- a/autogen.sh +++ b/autogen.sh @@ -6,9 +6,11 @@ if autoreconf --install --symlink --force; then echo "------------------------------------------------------" echo else + s="$?" echo echo "--------------------------" echo "Running autoreconf failed." echo "--------------------------" echo + exit "$s" fi