[yelp] Fix configure error message
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp] Fix configure error message
- Date: Sat, 3 Nov 2012 00:19:56 +0000 (UTC)
commit a265b7416e494ef7d2f7cb30f0a8246ce8ac5051
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Nov 2 20:19:35 2012 -0400
Fix configure error message
We are now requiring itstool 1.2.0.
Update the error message to say so.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 79edab8..7e4a783 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,7 +80,7 @@ if test x"$ITSTOOL" = x; then
fi
ITSTOOL_VERSION=`itstool --version | cut -d' ' -f2 | awk -F. '{print $ 1 * 10000 + $ 2 * 100 + $ 3; }'`
if test "$ITSTOOL_VERSION" -lt 10200; then
- AC_MSG_ERROR([itstool >= 1.1.2 is required to build the translation XML files])
+ AC_MSG_ERROR([itstool >= 1.2.0 is required to build the translation XML files])
fi
LIBLZMA_REQUIRED=4.9
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]