Whamcloud - gitweb
LU-278 build: Only warn for tag/version mismatch
[fs/lustre-release.git] / build / autoconf / lustre-build.m4
index 800925d..20e3d0d 100644 (file)
@@ -91,7 +91,7 @@ if git branch >/dev/null 2>&1; then
 
        # only do this test for lustre (not ldiskfs)
        if test "$PACKAGE" = "lustre" -a "$ver" != "$VERSION"; then
-               AC_MSG_ERROR([most recent tag found: $ver does not match current version $VERSION.])
+               AC_MSG_WARN([most recent tag found: $ver does not match current version $VERSION.])
        fi
 
        if test "$ffw" != "0"; then