mirror of
https://github.com/transmission/transmission
synced 2025-03-03 18:25:35 +00:00
(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:
parent
ed710be223
commit
fba4d79a6b
2 changed files with 2 additions and 5 deletions
|
@ -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 = \
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue