diff configure.in @ 1642:a78ac3a4c32e

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 nadvornik
date Mon, 15 Jun 2009 20:50:35 +0000
parents c0f6a98c9204
children 8efd65465de5
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)