--- deliantra/server/configure.ac 2007/04/26 00:39:18 1.70 +++ 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 @@ -53,20 +53,20 @@ for module_vers in \ "AnyEvent 2.52" \ - "Crossfire 0.97" \ - "Coro 3.61" \ + "BDB 0.1" \ + "Compress::LZF 1.8" \ + "Coro 3.62" \ "Coro::Event 2.1" \ + "Crossfire 0.99" \ + "Digest::MD5 2.0" \ "Event 1.08" \ - "IO::AIO 2.32" \ - "BDB 0.1" \ + "IO::AIO 2.4" \ + "JSON::XS 1.21" \ + "Pod::POM 0.17" \ + "Safe::Hole 0.10" \ "Storable 2.0" \ - "JSON::XS 1.11" \ "Time::HiRes 1.0" \ "YAML::Syck 0.71" \ - "Digest::MD5 2.0" \ - "Compress::LZF 1.8" \ - "Safe::Hole 0.10" \ - "Pod::POM 0.17" \ ; do set -- $module_vers module=$1 @@ -88,6 +88,9 @@ AC_PROG_CXX AC_PROG_CPP +AC_CHECK_HEADERS(execinfo.h) +AC_CHECK_FUNCS(backtrace) + AC_CHECK_HEADER(tr1/unordered_map,[],[AC_MSG_ERROR([Your compiler must support the Library Technical Report 1 extensions.])]) AC_PATH_PROG(PKG_CONFIG, pkg-config, no) @@ -169,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 ])