diff options
author | infirit <[email protected]> | 2015-09-08 12:39:43 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-08 12:39:43 +0200 |
commit | ddf66032a7375c70befe4a0d72ba04d7bc6b0f15 (patch) | |
tree | f6cc61780b35fa67e7b1cf54e318a3ecb449804b /configure.ac | |
parent | eb03540f077e40956544234451975001ab2fa4f0 (diff) | |
download | mate-netbook-ddf66032a7375c70befe4a0d72ba04d7bc6b0f15.tar.bz2 mate-netbook-ddf66032a7375c70befe4a0d72ba04d7bc6b0f15.tar.xz |
Rework gsettings schema building
* Bump intltool required version for gsettings support
* Extract strings with intltool directly
* Let autoconf generate the xml files
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 435aacc..67b4d75 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AC_SUBST(GETTEXT_PACKAGE) AC_SUBST([CONFIG_STATUS_DEPENDENCIES],['$(top_srcdir)/po/LINGUAS']) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Define to the Gettext package name]) -IT_PROG_INTLTOOL([0.34]) +IT_PROG_INTLTOOL([0.50.1]) AM_GLIB_GNU_GETTEXT @@ -82,7 +82,9 @@ GLIB_GSETTINGS AC_OUTPUT([ Makefile maximus/Makefile +maximus/org.mate.maximus.gschema.xml mate-window-picker-applet/Makefile +mate-window-picker-applet/org.mate.panel.applet.mate-window-picker-applet.gschema.xml po/Makefile.in ]) |