diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-04 18:43:21 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-04 18:43:21 +0100 |
commit | 3466b70bbf4786274fe5c9028653264fb6239c4f (patch) | |
tree | e73db11c977780957e75b3731ef8b668c0d8314c /package/xkeyboard-config/patches/patch-configure_ac | |
parent | e9da3aa77efafebd9ec392d9898ed33619433c4c (diff) | |
parent | 299862b6369ce2107f6f8a472813c3f1b5160e09 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/xkeyboard-config/patches/patch-configure_ac')
-rw-r--r-- | package/xkeyboard-config/patches/patch-configure_ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/xkeyboard-config/patches/patch-configure_ac b/package/xkeyboard-config/patches/patch-configure_ac new file mode 100644 index 000000000..2cb7cc7db --- /dev/null +++ b/package/xkeyboard-config/patches/patch-configure_ac @@ -0,0 +1,13 @@ +--- xkeyboard-config-2.11.orig/configure.ac 2014-01-29 21:08:27.000000000 +0100 ++++ xkeyboard-config-2.11/configure.ac 2014-03-04 14:43:26.000000000 +0100 +@@ -63,10 +63,6 @@ AM_CONDITIONAL(USE_COMPAT_RULES, test "x + # **** + # i18n + # **** +-AC_PROG_INTLTOOL(0.30) +- +-AM_GNU_GETTEXT_VERSION([0.18.1]) +-AM_GNU_GETTEXT([external]) + + GETTEXT_PACKAGE=xkeyboard-config + AC_SUBST(GETTEXT_PACKAGE) |