xkeyboard-config ChangeLog,1.338,1.339 configure.in,1.56,1.57

"Sergey V. Oudaltsov" <xlibs-commit-u7BhqnqprCWvj1b/[email protected]> Tue, 2 Oct 2007 14:51:07 -0700 (PDT)
Newsgroups gmane.comp.freedesktop.xlibs.cvs
Message-ID <[email protected]>
Committed by: svu

Update of /cvs/xkeyboard-config/xkeyboard-config
In directory kemper:/tmp/cvs-serv18625

Modified Files:
	ChangeLog configure.in 
Log Message:
dropping translation from base.xml

Index: ChangeLog
===================================================================
RCS file: /cvs/xkeyboard-config/xkeyboard-config/ChangeLog,v
retrieving revision 1.338
retrieving revision 1.339
diff -u -d -r1.338 -r1.339
--- ChangeLog	2 Oct 2007 20:44:57 -0000	1.338
+++ ChangeLog	2 Oct 2007 21:51:04 -0000	1.339
@@ -2,6 +2,8 @@
 
 	* symbols/inet: fixing dell inspiron,
 	https://bugs.freedesktop.org/show_bug.cgi?id=12653
+	* configure.in, rules/Makefile.am, po/ChangeLog: dropping translations
+	from base.xml, let apps/libs use .gmo files instead
 
 2007-09-27  Sergey Udaltsov
 

Index: configure.in
===================================================================
RCS file: /cvs/xkeyboard-config/xkeyboard-config/configure.in,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- configure.in	25 Sep 2007 21:13:47 -0000	1.56
+++ configure.in	2 Oct 2007 21:51:04 -0000	1.57
@@ -35,14 +35,23 @@
 
 AM_CONDITIONAL(USE_COMPAT_RULES, test "x$enable_compat_rules" = "xyes")
 
+# ****
+# i18n
+# ****
 AC_PROG_INTLTOOL(0.30)
 
+GETTEXT_PACKAGE=xkeyboard-config
+AC_SUBST(GETTEXT_PACKAGE)
+AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext package])
+
+AM_GLIB_GNU_GETTEXT
+
 ALL_LINGUAS="af az bg cs da el en_GB es fi fr hu it ka ko nl ru rw sk sl sq sr sr@Latn sv tr uk vi zh_CN zh_TW"
 
 AC_SUBST(xkb_base)
 AC_SUBST(xkb_rules_symlink)
 
-AC_OUTPUT([ po/Makefile
+AC_OUTPUT([ po/Makefile.in
 Makefile
 compat/Makefile
 geometry/Makefile