summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2013-02-11 13:33:36 -0500
committerCosimo Cecchi <cosimoc@gnome.org>2013-02-11 13:33:36 -0500
commitb17f4947c397d54d0ec683804622c15e9b0d3758 (patch)
treef1346f077fb46241e5db201486855dd227ef4b35
parent6214a40bb8e1f6c8d86d504bce7fba8347d456e2 (diff)
downloadgnome-themes-standard-b17f4947c397d54d0ec683804622c15e9b0d3758.tar.gz
Revert "build: don't install translations"
This reverts commit 1e7803c07edeaf2797ebc8b89ebd57f2b16c253c.
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 327bb79c..dffb0959 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,6 +24,11 @@ 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]]),