X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=contrib%2Fplatformtest.sh;h=cfa1eccc81ea1a6387f936739d614543bdf379c4;hb=5021977bb1bf6c13323b7ef2a73f64e9533a379a;hp=cc4243495fdd5ccfbba817f4a28d09f57f52f15f;hpb=301d4915bc7bd8f86461c1d47f72a50d6005e761;p=ngircd-alex.git diff --git a/contrib/platformtest.sh b/contrib/platformtest.sh index cc424349..cfa1eccc 100755 --- a/contrib/platformtest.sh +++ b/contrib/platformtest.sh @@ -54,8 +54,8 @@ if [ $? -ne 0 ]; then cd .. fi -echo "$NAME: Checking for \"./autogen.sh\" script ..." -if [ -r ./autogen.sh ]; then +echo "$NAME: Checking for \"./configure\" script ..." +if [ ! -e ./configure ]; then echo "$NAME: Running \"./autogen.sh\" ..." [ -n "$VERBOSE" ] && ./autogen.sh || ./autogen.sh >/dev/null fi