24 lines
833 B
Diff
24 lines
833 B
Diff
diff -ru scim-1.4.4.orig/configure.ac scim-1.4.4/configure.ac
|
|
--- scim-1.4.4.orig/configure.ac 2006-01-12 18:38:25.000000000 +0100
|
|
+++ scim-1.4.4/configure.ac 2006-01-12 18:44:56.000000000 +0100
|
|
@@ -61,6 +61,7 @@
|
|
# Init gettext
|
|
ALL_LINGUAS="zh_CN zh_TW ja ko de fr it cs pa"
|
|
AM_GNU_GETTEXT
|
|
+AM_GNU_GETTEXT_VERSION([0.14.1])
|
|
|
|
# Init libtool
|
|
AC_LIBTOOL_DLOPEN
|
|
diff -ru scim-1.4.4.orig/po/Makevars scim-1.4.4/po/Makevars
|
|
--- scim-1.4.4.orig/po/Makevars 2005-03-07 05:25:30.000000000 +0100
|
|
+++ scim-1.4.4/po/Makevars 2006-01-12 18:45:08.000000000 +0100
|
|
@@ -1,7 +1,7 @@
|
|
# Makefile variables for PO directory in any package using GNU gettext.
|
|
|
|
# Usually the message domain is the same as the package name.
|
|
-DOMAIN = $(GETTEXT_PACKAGE)
|
|
+DOMAIN = scim
|
|
|
|
# These two variables depend on the location of this directory.
|
|
subdir = po
|