Make it a warning, not an error, if the version date cannot be determined
[ghc-hetmet.git] / aclocal.m4
index 2649df7..f908e9f 100644 (file)
@@ -985,7 +985,7 @@ if test "$RELEASE" = "NO"; then
         PACKAGE_VERSION=`cat VERSION`
         AC_MSG_RESULT($PACKAGE_VERSION)
     else
-        AC_MSG_ERROR([no version found])                
+        AC_MSG_WARN([cannot determine snapshot version: no _darcs directory and no VERSION file])
     fi
 fi