configure.ac: set lower depencency on autoconf 2.63 (shouldn't require any

change)
This commit is contained in:
cristiangreco 2009-09-16 08:15:17 +00:00
parent 0f62beebb3
commit d0ad578ee2
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# $Id$
AC_PREREQ([2.64])
AC_PREREQ([2.63])
AC_INIT([libtorrent-rasterbar],[0.15.0],[arvid@cs.umu.se],[libtorrent-rasterbar],[http://www.libtorrent.org])
AC_CONFIG_SRCDIR([src/torrent.cpp])