]> arthur.barton.de Git - ngircd-alex.git/blobdiff - contrib/platformtest.sh
Update Copyright notices for 2013
[ngircd-alex.git] / contrib / platformtest.sh
index cc4243495fdd5ccfbba817f4a28d09f57f52f15f..cfa1eccc81ea1a6387f936739d614543bdf379c4 100755 (executable)
@@ -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