diff options
author | infirit <[email protected]> | 2015-09-06 16:46:20 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-06 16:46:20 +0200 |
commit | cd39b1a25d204ed9fe7899a895bd75f71032ded5 (patch) | |
tree | d3361470cba96f79cd41eaff5eea0d052fce663e /configure.ac | |
parent | 3e9b28b2ebc9579bc868e2a8d1dc2d6f6b568c68 (diff) | |
download | caja-cd39b1a25d204ed9fe7899a895bd75f71032ded5.tar.bz2 caja-cd39b1a25d204ed9fe7899a895bd75f71032ded5.tar.xz |
Rework gsettings schema building
* Bump intltool required version for gsettings support
* Extract strings with intltool directly
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a8f0b2c7..8ead1319 100644 --- a/configure.ac +++ b/configure.ac @@ -141,7 +141,7 @@ AH_TEMPLATE([HAVE_RENDER]) AM_GLIB_GNU_GETTEXT GLIB_DEFINE_LOCALEDIR(MATELOCALEDIR) -IT_PROG_INTLTOOL([0.40.1]) +IT_PROG_INTLTOOL([0.50.1]) dnl ========================================================================== |