configure.ac: set lower depencency on autoconf 2.63 (shouldn't require any
change)
This commit is contained in:
parent
0f62beebb3
commit
d0ad578ee2
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
# $Id$
|
# $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_INIT([libtorrent-rasterbar],[0.15.0],[arvid@cs.umu.se],[libtorrent-rasterbar],[http://www.libtorrent.org])
|
||||||
AC_CONFIG_SRCDIR([src/torrent.cpp])
|
AC_CONFIG_SRCDIR([src/torrent.cpp])
|
||||||
|
|
Loading…
Reference in New Issue