--- deliantra/server/configure.ac 2007/02/13 19:25:44 1.47 +++ deliantra/server/configure.ac 2007/03/05 19:03:08 1.50 @@ -33,9 +33,9 @@ AC_PATH_PROG(PERL, perl5) AC_PATH_PROG(PERL, perl) -for module_vers in "Coro 3.5" "Coro::Event 2.1" "Event 1.08" \ +for module_vers in "Crossfire 0.97" "Coro 3.5" "Coro::Event 2.1" "Event 1.08" \ "IO::AIO 2.32" "BDB 0.1" "Storable 2.0" "Time::HiRes 1.0" "YAML::Syck 0.71" \ - "Digest::MD5 2.0" "Compress::LZF 1.7" "Safe::Hole 0.10" "Pod::POM 0.17"; do + "Digest::MD5 2.0" "Compress::LZF 1.71" "Safe::Hole 0.10" "Pod::POM 0.17"; do set -- $module_vers module=$1 minvers=$2 @@ -142,8 +142,6 @@ AC_OUTPUT([Makefile include/Makefile lib/Makefile pod/Makefile random_maps/Makefile socket/Makefile server/Makefile src/Makefile utils/Makefile ext/Makefile - lib/checkarch.pl lib/collect.pl utils/add_throw.perl - utils/crossloop.tmpl utils/crossloop.pl.tmpl utils/metaserver.pl - utils/crossloop.web utils/scores.pl utils/player_dl.pl common/Makefile + lib/checkarch.pl lib/collect.pl common/Makefile ])