X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=contrib%2Fplatformtest.sh;h=e054d06f05d47a5c4059eec5e66180d7a3ff2f98;hp=7f7e6b476bf7d13771d28fe528e12a4a77c516cb;hb=b2ba3e745a9e400e8fce431fc74801874a5e453a;hpb=804c2403203258ba8b9bf869be3f9ef057c2d39a diff --git a/contrib/platformtest.sh b/contrib/platformtest.sh index 7f7e6b47..e054d06f 100755 --- a/contrib/platformtest.sh +++ b/contrib/platformtest.sh @@ -98,6 +98,10 @@ if [ ! -r "$SRC_D/configure" ]; then else ./autogen.sh >/dev/null fi + if [ $? -ne 0 ]; then + echo "$NAME: \"$SRC_D/autogen.sh\" script failed, aborting!" + exit 1 + fi cd "$MY_D" || exit 1 fi