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.33 by root, Sat Dec 30 10:16:09 2006 UTC vs.
Revision 1.35 by root, Sun Dec 31 17:17:22 2006 UTC

12 12
13AC_PATH_PROG(PERL, perl5.8) 13AC_PATH_PROG(PERL, perl5.8)
14AC_PATH_PROG(PERL, perl5) 14AC_PATH_PROG(PERL, perl5)
15AC_PATH_PROG(PERL, perl) 15AC_PATH_PROG(PERL, perl)
16 16
17for module_vers in "Coro 3.3" "Coro::Event 2.0" "Event 1.08" "IO::AIO 2.3" "Storable 2.0" "Time::HiRes 1.0" "YAML::Syck 0.71"; do 17for module_vers in "Coro 3.3" "Coro::Event 2.0" "Event 1.08" "IO::AIO 2.31" "Storable 2.0" "Time::HiRes 1.0" "YAML::Syck 0.71" "Digest::MD5 2.0"; do
18 set -- $module_vers 18 set -- $module_vers
19 module=$1 19 module=$1
20 minvers=$2 20 minvers=$2
21 AC_MSG_CHECKING(for $module perl module version $minvers or higher) 21 AC_MSG_CHECKING(for $module perl module version $minvers or higher)
22 if $PERL -M$module -e0 >/dev/null 2>&1; then 22 if $PERL -M$module -e0 >/dev/null 2>&1; then
47 *) 47 *)
48 ;; 48 ;;
49esac 49esac
50 50
51AC_PROG_CPP 51AC_PROG_CPP
52AM_PROG_LEX
53AC_PROG_AWK
54 52
55dnl AC_ARG_WITH(python, [ --with-python=dir Directory to look for python headers/library (default=standard system location) ], PYTHON_HOME="$withval") 53dnl AC_ARG_WITH(python, [ --with-python=dir Directory to look for python headers/library (default=standard system location) ], PYTHON_HOME="$withval")
56 54
57dnl check for some other programs 55dnl check for some other programs
58AC_PATH_PROG(LATEX, latex) 56AC_PATH_PROG(LATEX, latex)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines