--- deliantra/server/configure.ac 2007/05/16 12:22:17 1.72 +++ deliantra/server/configure.ac 2007/06/01 06:04:07 1.76 @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([cfserver], [2.1], [crossfire@schmorp.de]) +AC_INIT([cfserver], [2.2], [crossfire@schmorp.de]) AC_CONFIG_AUX_DIR(utils) AC_CONFIG_SRCDIR([server/cfperl.xs]) AM_INIT_AUTOMAKE @@ -55,12 +55,12 @@ "AnyEvent 2.52" \ "BDB 0.1" \ "Compress::LZF 1.8" \ - "Coro 3.63" \ + "Coro 3.62" \ "Coro::Event 2.1" \ - "Crossfire 0.98" \ + "Crossfire 0.99" \ "Digest::MD5 2.0" \ "Event 1.08" \ - "IO::AIO 2.32" \ + "IO::AIO 2.4" \ "JSON::XS 1.21" \ "Pod::POM 0.17" \ "Safe::Hole 0.10" \ @@ -172,6 +172,6 @@ AC_OUTPUT([Makefile include/Makefile lib/Makefile pod/Makefile random_maps/Makefile socket/Makefile server/Makefile utils/Makefile ext/Makefile doc/Makefile - lib/checkarch.pl lib/collect.pl common/Makefile utils/cfutil + common/Makefile utils/cfutil ])