diff configure.in @ 1648:9876a7be646c

use intltool for desktop file translation - desktop files are translated via .po files together with other strings - make update-po is replaced with intltool-update [lang]
author Vladimir Nadvornik <nadvornik@suse.cz>
date Mon, 15 Jun 2009 20:50:35 +0000
parents 0c3ee4176c00
children 83b1801f03c4
line wrap: on
line diff
--- a/configure.in	Mon Jun 15 19:13:45 2009 +0000
+++ b/configure.in	Mon Jun 15 20:50:35 2009 +0000
@@ -128,6 +128,8 @@
 AC_PROG_CXX
 AC_STDC_HEADERS
 AC_ARG_PROGRAM
+IT_PROG_INTLTOOL([0.35.0])
+
 
 dnl checks for functions
 AC_CHECK_FUNCS(strverscmp access fsync fflush)