summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2013-01-25 17:45:12 -0500
committerCosimo Cecchi <cosimoc@gnome.org>2013-01-25 17:45:12 -0500
commit1e7803c07edeaf2797ebc8b89ebd57f2b16c253c (patch)
treefc4ddd4c1f66db919f0bf1cc6cfe1f050ccdb59d
parent72dc36fd73ea181d2135c159df7f9b4508ae7480 (diff)
downloadgnome-themes-standard-1e7803c07edeaf2797ebc8b89ebd57f2b16c253c.tar.gz
build: don't install translations
They're not used anywhere. https://bugzilla.gnome.org/show_bug.cgi?id=637320
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 89e76980..2075b49c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,11 +24,6 @@ AM_PROG_LIBTOOL
dnl Initialize intltool
IT_PROG_INTLTOOL([0.40.0])
-GETTEXT_PACKAGE="${PACKAGE}"
-AC_SUBST(GETTEXT_PACKAGE)
-AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[Gettext package])
-AM_GLIB_GNU_GETTEXT
-
AC_ARG_ENABLE([gtk3-engine],
AC_HELP_STRING([--disable-gtk3-engine],
[Disable Gtk+ 3.x engine [default=no]]),