Changeset 8425


Ignore:
Timestamp:
May 19, 2009, 4:51:53 AM (14 years ago)
Author:
charles
Message:

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

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r8312 r8425  
    3434  README \
    3535  autogen.sh \
    36   Transmission.xcodeproj/project.pbxproj \
    37   intltool-extract.in \
    38   intltool-merge.in \
    39   intltool-update.in
     36  Transmission.xcodeproj/project.pbxproj
    4037
    4138clutchdir = $(datadir)/transmission/web
  • trunk/configure.ac

    r8424 r8425  
    264264if test "x$enable_nls" = "xyes" ; then
    265265    use_nls=yes
    266     IT_PROG_INTLTOOL([0.23],[no-xml])
     266    IT_PROG_INTLTOOL([0.40.0],[no-xml])
    267267    AC_CHECK_HEADERS([libintl.h])
    268268    GETTEXT_PACKAGE=transmission
Note: See TracChangeset for help on using the changeset viewer.