blob: 3cfbd63d66e96288044735d59d44af5fd39582e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Don't use both gettext and intltool since newer versions of intltool
# conflict with gettext
Index: gnome-system-tools-3.0.0/configure.in
===================================================================
--- gnome-system-tools-3.0.0.orig/configure.in 2011-11-24 20:46:48.350903840 +0100
+++ gnome-system-tools-3.0.0/configure.in 2011-11-24 20:49:01.374902540 +0100
@@ -158,11 +158,9 @@
dnl Translations
dnl ========================================================
-AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.17])
GETTEXT_PACKAGE=gnome-system-tools
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [gettext package name])
-AC_SUBST([GETTEXT_PACKAGE], GETTEXT_PACKAGE)
+AC_SUBST([GETTEXT_PACKAGE])
dnl ========================================================
dnl END : Translations
|