diff configure.in @ 1648:a57336c3b1cc

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 97ac3a58adae
children 8966e72ae99a
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)