summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2014-12-19 22:45:56 +0000
committerPhilip Withnall <philip.withnall@collabora.co.uk>2015-01-29 11:32:38 +0000
commit83054806aa2d5c93c4f4a3f14886625489e4c65a (patch)
treed812ab2d65110c718d08662204b77ebbdb0292aa /configure.ac
parent8d996b3ccfd8bdbb4a09bd120ac06704830613c4 (diff)
downloadgsettings-desktop-schemas-83054806aa2d5c93c4f4a3f14886625489e4c65a.tar.gz
build: Use intltool to translate GSettings schema files directly
Instead of using intltool’s XML rules, use its specific GSettings schema rules to simplify translation of the schema files. This bumps the intltool dependency to 0.50.1. https://bugzilla.gnome.org/show_bug.cgi?id=741795
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 42dd0fe..bd46c6e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.53)
AC_INIT([gsettings-desktop-schemas], [3.15.4],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gsettings-desktop-schemas])
-AC_CONFIG_SRCDIR(schemas/org.gnome.desktop.default-applications.gschema.xml.in.in)
+AC_CONFIG_SRCDIR(schemas/org.gnome.desktop.default-applications.gschema.xml.in)
AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_MACRO_DIR([m4])
@@ -20,7 +20,7 @@ GOBJECT_INTROSPECTION_CHECK([1.31.0])
GETTEXT_PACKAGE=gsettings-desktop-schemas
AC_SUBST(GETTEXT_PACKAGE)
AM_GLIB_GNU_GETTEXT
-IT_PROG_INTLTOOL([0.40.0])
+IT_PROG_INTLTOOL([0.50.1])
AC_OUTPUT([
Makefile