(trunk) follow a suggestion from gnucash-devel @ http://snipurl.com/ibexa to see if it fixes hudson-t's woes

This commit is contained in:
Charles Kerr 2009-05-19 04:51:53 +00:00
parent ed710be223
commit fba4d79a6b
2 changed files with 2 additions and 5 deletions

View File

@ -33,10 +33,7 @@ EXTRA_DIST = \
COPYING \
README \
autogen.sh \
Transmission.xcodeproj/project.pbxproj \
intltool-extract.in \
intltool-merge.in \
intltool-update.in
Transmission.xcodeproj/project.pbxproj
clutchdir = $(datadir)/transmission/web
clutch_DATA = \

View File

@ -263,7 +263,7 @@ fi
use_nls=no
if test "x$enable_nls" = "xyes" ; then
use_nls=yes
IT_PROG_INTLTOOL([0.23],[no-xml])
IT_PROG_INTLTOOL([0.40.0],[no-xml])
AC_CHECK_HEADERS([libintl.h])
GETTEXT_PACKAGE=transmission
AC_SUBST(GETTEXT_PACKAGE)