configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bbe459487979236e5faab57eb7d575f8295b6677
Author: Boris Egorov <[email protected]>
Date: Tue Sep 9 01:28:28 2014 +0700
configure.ac: fix error message when md5sum is missing
I tried to run autogen.sh on freshly cloned LO repo. It prints kind of
cryptic message to say that md5sum utility is missing:
configure: error: no md5sum: found!
Too many colons. I removed one, now it says:
configure: error: no md5sum found!
FYI: this message was printing when I used md5sum from Inferno OS
project. LO probably needs some options which Inferno version don't
support (--version at least).
Change-Id: Iafdffede3337039dc95bb3d7d767d8622333de2a
Reviewed-on: https://gerrit.libreoffice.org/11341
Reviewed-by: Caolán McNamara <[email protected]>
Tested-by: Caolán McNamara <[email protected]>
diff --git a/configure.ac b/configure.ac
index d2a9e82..cce3519 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12344,7 +12344,7 @@ if test "$MD5SUM" = "md5"; then
fi
if test -z "$MD5SUM"; then
- AC_MSG_ERROR([no md5sum: found!])
+ AC_MSG_ERROR([no md5sum found!])
fi
AC_SUBST(MD5SUM)
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits