diff options
author | marha <marha@users.sourceforge.net> | 2009-07-24 17:45:11 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-07-24 17:45:11 +0000 |
commit | ea63f0fae5c393ccf198aad0ae4dbda6d2a4391a (patch) | |
tree | c1156ac1a1074e2f5c34e8798f28a1c0372f1356 /xorg-server/xkbdata.src/configure.in | |
parent | 61339f6bcfca02be629416f549a634dd34aed98f (diff) | |
download | vcxsrv-ea63f0fae5c393ccf198aad0ae4dbda6d2a4391a.tar.gz vcxsrv-ea63f0fae5c393ccf198aad0ae4dbda6d2a4391a.tar.bz2 vcxsrv-ea63f0fae5c393ccf198aad0ae4dbda6d2a4391a.zip |
Added xkeyboard-config-1.6.tar.gz
Diffstat (limited to 'xorg-server/xkbdata.src/configure.in')
-rw-r--r-- | xorg-server/xkbdata.src/configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xorg-server/xkbdata.src/configure.in b/xorg-server/xkbdata.src/configure.in index b2df0669c..8dded0c4a 100644 --- a/xorg-server/xkbdata.src/configure.in +++ b/xorg-server/xkbdata.src/configure.in @@ -1,4 +1,4 @@ -AC_INIT(xkeyboard-config, 1.4) +AC_INIT(xkeyboard-config, 1.6) AC_CONFIG_SRCDIR(rules/base.xml.in) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE @@ -46,7 +46,7 @@ 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" +ALL_LINGUAS="af az bg ca crh cs da de el en_GB eo es fi fr hu id it ka ko ky lt nb nl ru rw sk sl sq sr sv tr uk vi zh_CN zh_TW" AC_SUBST(xkb_base) AC_SUBST(xkb_rules_symlink) @@ -91,7 +91,7 @@ else echo " Symbolic link(s) to legacy rules: $xkb_rules_symlink" fi -if test "$enable_compat_rules" == "yes" ; then +if test "$enable_compat_rules" = "yes" ; then echo " Compatibility rules are included" else echo " Compatibility rules are not included" |