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.47 by root, Tue Feb 13 19:25:44 2007 UTC vs.
Revision 1.50 by root, Mon Mar 5 19:03:08 2007 UTC

31 31
32AC_PATH_PROG(PERL, perl5.8) 32AC_PATH_PROG(PERL, perl5.8)
33AC_PATH_PROG(PERL, perl5) 33AC_PATH_PROG(PERL, perl5)
34AC_PATH_PROG(PERL, perl) 34AC_PATH_PROG(PERL, perl)
35 35
36for module_vers in "Coro 3.5" "Coro::Event 2.1" "Event 1.08" \ 36for module_vers in "Crossfire 0.97" "Coro 3.5" "Coro::Event 2.1" "Event 1.08" \
37 "IO::AIO 2.32" "BDB 0.1" "Storable 2.0" "Time::HiRes 1.0" "YAML::Syck 0.71" \ 37 "IO::AIO 2.32" "BDB 0.1" "Storable 2.0" "Time::HiRes 1.0" "YAML::Syck 0.71" \
38 "Digest::MD5 2.0" "Compress::LZF 1.7" "Safe::Hole 0.10" "Pod::POM 0.17"; do 38 "Digest::MD5 2.0" "Compress::LZF 1.71" "Safe::Hole 0.10" "Pod::POM 0.17"; do
39 set -- $module_vers 39 set -- $module_vers
40 module=$1 40 module=$1
41 minvers=$2 41 minvers=$2
42 AC_MSG_CHECKING(for $module perl module version $minvers or higher) 42 AC_MSG_CHECKING(for $module perl module version $minvers or higher)
43 if $PERL -M$module -e0 >/dev/null 2>&1; then 43 if $PERL -M$module -e0 >/dev/null 2>&1; then
140AC_SUBST(pkgconfdir,$sysconfdir/$PACKAGE) 140AC_SUBST(pkgconfdir,$sysconfdir/$PACKAGE)
141 141
142AC_OUTPUT([Makefile 142AC_OUTPUT([Makefile
143 include/Makefile lib/Makefile pod/Makefile random_maps/Makefile socket/Makefile 143 include/Makefile lib/Makefile pod/Makefile random_maps/Makefile socket/Makefile
144 server/Makefile src/Makefile utils/Makefile ext/Makefile 144 server/Makefile src/Makefile utils/Makefile ext/Makefile
145 lib/checkarch.pl lib/collect.pl utils/add_throw.perl 145 lib/checkarch.pl lib/collect.pl common/Makefile
146 utils/crossloop.tmpl utils/crossloop.pl.tmpl utils/metaserver.pl
147 utils/crossloop.web utils/scores.pl utils/player_dl.pl common/Makefile
148]) 146])
149 147

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines