~ubuntu-branches/ubuntu/quantal/transmission/quantal

« back to all changes in this revision

Viewing changes to .pc/01_lpi.patch/configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Klimonda
  • Date: 2010-07-24 23:31:01 UTC
  • mfrom: (1.1.37 upstream) (2.1.21 sid)
  • Revision ID: james.westby@ubuntu.com-20100724233101-s1w4xpfbt9g10vxo
Tags: 2.03-0ubuntu1
* New upstream release (LP: #599126) 
* Fixes bugs:
  - duplicate quit confirmation dialog on closing transmission (LP: #603426)
  - disk read/write scheduling (LP: #567181)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
dnl         "Z" for unsupported trunk builds,
4
4
dnl         "0" for stable, supported releases
5
5
dnl these should be the only two lines you need to change
6
 
m4_define([user_agent_prefix],[2.00])
7
 
m4_define([peer_id_prefix],[-TR2000-])
 
6
m4_define([user_agent_prefix],[2.03])
 
7
m4_define([peer_id_prefix],[-TR2030-])
8
8
 
9
9
AC_INIT([transmission],
10
10
        [user_agent_prefix],
40
40
##
41
41
CURL_MINIMUM=7.15.4
42
42
AC_SUBST(CURL_MINIMUM)
43
 
LIBEVENT_MINIMUM=1.4.5
 
43
LIBEVENT_MINIMUM=1.4.9
44
44
AC_SUBST(LIBEVENT_MINIUM)
45
45
OPENSSL_MINIMUM=0.9.4
46
46
AC_SUBST(OPENSSL_MINIMUM)
104
104
AC_HEADER_STDC
105
105
AC_HEADER_TIME
106
106
 
107
 
AC_CHECK_FUNCS([pread pwrite lrintf strlcpy daemon dirname basename strcasecmp localtime_r fallocate64 posix_fallocate memmem strtold syslog valloc getpagesize posix_memalign clearenv])
 
107
AC_CHECK_FUNCS([iconv_open pread pwrite lrintf strlcpy daemon dirname basename strcasecmp localtime_r fallocate64 posix_fallocate memmem strtold syslog valloc getpagesize posix_memalign clearenv])
108
108
AC_PROG_INSTALL
109
109
AC_PROG_MAKE_SET
110
110
ACX_PTHREAD
211
211
else
212
212
    AC_CHECK_LIB([event],[evutil_vsnprintf],
213
213
                 [],
214
 
                 [AC_MSG_ERROR(libevent not found!)],
 
214
                 [AC_MSG_ERROR(libevent $LIBEVENT_MINIMUM or higher not found!)],
215
215
                 [$libevent_extra_libs])
216
216
    AC_CHECK_HEADER([event-config.h],[],
217
217
                    [AC_MSG_ERROR(event-config.h not found!)])