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.147 by root, Tue Sep 23 00:24:52 2008 UTC vs.
Revision 1.169 by root, Sat Oct 24 01:52:25 2009 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.71], [support@deliantra.net]) 3AC_INIT([deliantra-server], [2.82], [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
50 fi 50 fi
51 fi 51 fi
52fi 52fi
53 53
54for module_vers in \ 54for module_vers in \
55 "AnyEvent 4.22" \ 55 "AnyEvent 5.2" \
56 "AnyEvent::AIO 0" \ 56 "AnyEvent::AIO 0" \
57 "AnyEvent::BDB 0" \ 57 "AnyEvent::BDB 0" \
58 "BDB 1.71" \ 58 "BDB 1.8" \
59 "Compress::LZF 3.41" \ 59 "Compress::LZF 3.41" \
60 "Coro 4.747" \ 60 "Coro 5.13" \
61 "Coro::EV 0" \ 61 "Coro::EV 0" \
62 "Deliantra 1.13" \ 62 "Deliantra 1.24" \
63 "Digest::MD5 2.0" \ 63 "Digest::MD5 2.0" \
64 "EV 3.41" \ 64 "EV 3.41" \
65 "Guard 0.5" \
65 "IO::AIO 3.03" \ 66 "IO::AIO 3.3" \
66 "JSON::XS 2.01" \ 67 "JSON::XS 2.01" \
67 "Net::IRC3 0.5" \ 68 "AnyEvent::IRC 0.6" \
68 "Pod::POM 0.17" \ 69 "Pod::POM 0.17" \
69 "Safe::Hole 0.10" \ 70 "Safe::Hole 0.10" \
70 "Storable 2.0" \ 71 "Storable 2.0" \
71 "Time::HiRes 1.0" \ 72 "Time::HiRes 1.0" \
72 "URI 1.35" \ 73 "URI 1.35" \
73 "YAML 0.66" \ 74 "YAML::XS 0.32" \
74; do 75; do
75 set -- $module_vers 76 set -- $module_vers
76 module=$1 77 module=$1
77 minvers=$2 78 minvers=$2
78 AC_MSG_CHECKING(for $module perl module version $minvers or higher) 79 AC_MSG_CHECKING(for $module perl module version $minvers or higher)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines