comparison 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
comparison
equal deleted inserted replaced
1641:34c71cbbbd26 1642:a78ac3a4c32e
126 AC_ISC_POSIX 126 AC_ISC_POSIX
127 AC_PROG_CC 127 AC_PROG_CC
128 AC_PROG_CXX 128 AC_PROG_CXX
129 AC_STDC_HEADERS 129 AC_STDC_HEADERS
130 AC_ARG_PROGRAM 130 AC_ARG_PROGRAM
131 IT_PROG_INTLTOOL([0.35.0])
132
131 133
132 dnl checks for functions 134 dnl checks for functions
133 AC_CHECK_FUNCS(strverscmp access fsync fflush) 135 AC_CHECK_FUNCS(strverscmp access fsync fflush)
134 136
135 137