ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/configure.ac
(Generate patch)

Comparing deliantra/server/configure.ac (file contents):
Revision 1.175 by root, Wed May 5 09:05:03 2010 UTC vs.
Revision 1.179 by root, Mon Oct 25 11:35:14 2010 UTC

1dnl Process this file with autoconf to produce a configure script. 1dnl Process this file with autoconf to produce a configure script.
2 2
3AC_INIT([deliantra-server], [2.93], [support@deliantra.net]) 3AC_INIT([deliantra-server], [3.0], [support@deliantra.net])
4AC_CONFIG_AUX_DIR(utils) 4AC_CONFIG_AUX_DIR(utils)
5AC_CONFIG_SRCDIR([server/cfperl.xs]) 5AC_CONFIG_SRCDIR([server/cfperl.xs])
6AM_INIT_AUTOMAKE 6AM_INIT_AUTOMAKE
7AM_CONFIG_HEADER(include/autoconf.h) 7AM_CONFIG_HEADER(include/autoconf.h)
8 8
47 AC_MSG_ERROR([perl 5.10.1 or higher must be in your PATH, check the README]) 47 AC_MSG_ERROR([perl 5.10.1 or higher must be in your PATH, check the README])
48 fi 48 fi
49fi 49fi
50 50
51for module_vers in \ 51for module_vers in \
52 "common::sense 3.2" \ 52 "common::sense 3.3" \
53 "AnyEvent 5.2" \ 53 "AnyEvent 5.2" \
54 "AnyEvent::AIO 0" \ 54 "AnyEvent::AIO 0" \
55 "AnyEvent::BDB 0" \ 55 "AnyEvent::BDB 0" \
56 "BDB 1.8" \ 56 "BDB 1.8" \
57 "Compress::LZF 3.41" \ 57 "Compress::LZF 3.41" \
58 "Coro 5.13" \ 58 "Coro 5.13" \
59 "Coro::EV 0" \ 59 "Coro::EV 0" \
60 "Deliantra 1.24" \ 60 "Deliantra 1.24" \
61 "Digest::MD5 2.0" \ 61 "Digest::MD5 2.0" \
62 "EV 3.41" \ 62 "EV 4.00" \
63 "Guard 0.5" \ 63 "Guard 0.5" \
64 "IO::AIO 3.3" \ 64 "IO::AIO 3.3" \
65 "JSON::XS 2.01" \ 65 "JSON::XS 2.01" \
66 "AnyEvent::IRC 0.6" \ 66 "AnyEvent::IRC 0.6" \
67 "Pod::POM 0.17" \ 67 "Pod::POM 0.27" \
68 "Safe::Hole 0.10" \ 68 "Safe::Hole 0.10" \
69 "Storable 2.0" \ 69 "Storable 2.0" \
70 "Time::HiRes 1.0" \ 70 "Time::HiRes 1.0" \
71 "URI 1.35" \ 71 "URI 1.35" \
72 "YAML::XS 0.32" \ 72 "YAML::XS 0.32" \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines