gnome-games r8210 - trunk
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r8210 - trunk
- Date: Tue, 28 Oct 2008 12:56:16 +0000 (UTC)
Author: chpe
Date: Tue Oct 28 12:56:16 2008
New Revision: 8210
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8210&view=rev
Log:
Remove gettext check from configure, and just bump the version req in
autogen.
Modified:
trunk/autogen.sh
trunk/configure.in
Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh (original)
+++ trunk/autogen.sh Tue Oct 28 12:56:16 2008
@@ -19,4 +19,7 @@
exit 1
}
-REQUIRED_GNOME_DOC_UTILS_VERSION=0.10.0 REQUIRED_AUTOMAKE_VERSION=1.9 USE_GNOME2_MACROS=1 . gnome-autogen.sh
+REQUIRED_GNOME_DOC_UTILS_VERSION=0.10.0
+REQUIRED_AUTOMAKE_VERSION=1.9
+REQUIRED_GETTEXT_VERSION=0.12
+. gnome-autogen.sh
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Tue Oct 28 12:56:16 2008
@@ -1054,12 +1054,3 @@
echo
fi
-if echo foo | xgettext --from-code=UTF-8 -LC -o - - 2>/dev/null ; then
-:;
-else
-echo "Warning: Your version of gettext does not support --from-code."
-echo " This will cause translation of some strings in non US-English"
-echo " locales to fail. For full support please upgrade to GNU"
-echo " gettext 0.12 or later."
-echo
-fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]