X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=config%2Flustre-build.m4;h=4cea28b87112785be0dce76494520896ad635538;hp=be67e2dcf30e58ca53dc0b7452d809e1672edab4;hb=84bcd1360516a4684a686d8e5f0b59b3ab231c6e;hpb=bfae5a4e4a37e4057200bcc70dbff14e18a00797;ds=sidebyside diff --git a/config/lustre-build.m4 b/config/lustre-build.m4 index be67e2d..4cea28b 100644 --- a/config/lustre-build.m4 +++ b/config/lustre-build.m4 @@ -106,7 +106,12 @@ elif test -f META; then msg="$BUILDID (from META file)" AC_MSG_RESULT([$msg]) else - AC_MSG_WARN([FIXME: I don't know how to deal with source trees outside of git that don't have a META file. Not setting a buildid.]) + AC_MSG_RESULT([none]) + AC_MSG_WARN([ + +FIXME: I don't know how to deal with source trees outside of git that +don't have a META file. Not setting a buildid. +]) fi AC_SUBST(BUILDID) ])