Skip to content

Commit

Permalink
add v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Novik committed Jun 21, 2016
1 parent f65f8be commit a9e510d
Show file tree
Hide file tree
Showing 141 changed files with 1,405 additions and 5,821 deletions.
40 changes: 22 additions & 18 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,36 +1,37 @@
AC_INIT(rtorrent, 0.9.6, [email protected])
AC_INIT(rtorrent, 0.9.3, [email protected])

AC_DEFINE(API_VERSION, 9, api version)
AC_DEFINE(API_VERSION, 8, api version)

AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS(config.h)
AM_CONFIG_HEADER(config.h)
AM_PATH_CPPUNIT(1.9.6)

AC_PROG_CXX
AC_PROG_LIBTOOL

RAK_ENABLE_DEBUG
RAK_ENABLE_EXTRA_DEBUG
RAK_ENABLE_WERROR

RAK_CHECK_CXX11
RAK_CHECK_TR1_LIB
TORRENT_CHECK_CXXFLAGS()
TORRENT_ENABLE_DEBUG()
TORRENT_ENABLE_EXTRA_DEBUG()
TORRENT_ENABLE_WERROR()
TORRENT_ENABLE_TR1()
TORRENT_ENABLE_CXX11()

TORRENT_DISABLE_IPV6

AC_SYS_LARGEFILE

TORRENT_CHECK_EXECINFO
TORRENT_CHECK_EXECINFO()
TORRENT_OTFD()

TORRENT_ENABLE_ARCH
TORRENT_WITH_SYSROOT

TORRENT_WITHOUT_VARIABLE_FDSET
TORRENT_WITHOUT_STATVFS
TORRENT_WITHOUT_STATFS
TORRENT_WITHOUT_VARIABLE_FDSET()
TORRENT_WITHOUT_STATVFS()
TORRENT_WITHOUT_STATFS()

AX_PTHREAD([], AC_MSG_ERROR([requires pthread]))
AX_WITH_CURSES
AX_WITH_CURSES()

if test "x$ax_cv_ncursesw" != xyes && test "x$ax_cv_ncurses" != xyes; then
AC_MSG_ERROR([requires either NcursesW or Ncurses library])
Expand All @@ -40,14 +41,17 @@ CFLAGS="$CFLAGS $PTHREAD_CFLAGS $CURSES_CFLAGS"
CXXFLAGS="$CXXFLAGS $PTHREAD_CFLAGS $CURSES_CFLAGS"
LIBS="$PTHREAD_LIBS $CURSES_LIB $LIBS"

PKG_CHECK_MODULES([libcurl], libcurl >= 7.15.4,
PKG_CHECK_MODULES(sigc, sigc++-2.0,
CXXFLAGS="$CXXFLAGS $sigc_CFLAGS";
LIBS="$LIBS $sigc_LIBS")

PKG_CHECK_MODULES(libcurl, libcurl >= 7.15.4,
CXXFLAGS="$CXXFLAGS $libcurl_CFLAGS";
LIBS="$LIBS $libcurl_LIBS")

PKG_CHECK_MODULES([libtorrent], libtorrent >= 0.13.6,
PKG_CHECK_MODULES(libtorrent, libtorrent >= 0.13.3,
CXXFLAGS="$CXXFLAGS $libtorrent_CFLAGS";
LIBS="$LIBS $libtorrent_LIBS",
[AC_MSG_ERROR([libtorrent >= 0.13.6 not found. Install from https://github.com/rakshasa/libtorrent.git])])
LIBS="$LIBS $libtorrent_LIBS")

AC_LANG_PUSH(C++)
TORRENT_WITH_XMLRPC_C
Expand Down
11 changes: 0 additions & 11 deletions doc/debugging

This file was deleted.

106 changes: 0 additions & 106 deletions doc/faq.xml

This file was deleted.

2 changes: 0 additions & 2 deletions doc/log_proc_vmmap.sh

This file was deleted.

3 changes: 0 additions & 3 deletions doc/log_rtorrent.sh

This file was deleted.

149 changes: 0 additions & 149 deletions doc/log_stats.plot

This file was deleted.

2 changes: 0 additions & 2 deletions doc/log_vmmap.sh

This file was deleted.

28 changes: 0 additions & 28 deletions doc/manual/choke_groups.md

This file was deleted.

Loading

0 comments on commit a9e510d

Please sign in to comment.