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.48 by root, Fri Feb 16 22:16:16 2007 UTC vs.
Revision 1.52 by root, Mon Mar 5 19:19:35 2007 UTC

13dnl Checks for programs. 13dnl Checks for programs.
14AC_LANG(C++) 14AC_LANG(C++)
15AC_PROG_CXX 15AC_PROG_CXX
16AC_PROG_LIBTOOL 16AC_PROG_LIBTOOL
17 17
18case "$target" in
19 alpha-dec-osf*)
20 # If we are not using gcc, we want the ansi version of cc.
21 if test -z "$GCC"; then
22# CFLAGS="$CFLAGS -std1 -warnprotos" # Not yet ready for warnprotos...
23 CFLAGS="$CFLAGS -std1"
24 fi
25 ;;
26 *)
27 ;;
28esac
29
30AC_PROG_CPP 18AC_PROG_CPP
31 19
32AC_PATH_PROG(PERL, perl5.8) 20AC_PATH_PROG(PERL, perl5.8)
33AC_PATH_PROG(PERL, perl5) 21AC_PATH_PROG(PERL, perl5)
34AC_PATH_PROG(PERL, perl) 22AC_PATH_PROG(PERL, perl)
35 23
36for module_vers in "Coro 3.5" "Coro::Event 2.1" "Event 1.08" \ 24for 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" \ 25 "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.71" "Safe::Hole 0.10" "Pod::POM 0.17"; do 26 "Digest::MD5 2.0" "Compress::LZF 1.71" "Safe::Hole 0.10" "Pod::POM 0.17"; do
39 set -- $module_vers 27 set -- $module_vers
40 module=$1 28 module=$1
41 minvers=$2 29 minvers=$2
139AC_SUBST(pkgstatedir,$localstatedir/$PACKAGE) 127AC_SUBST(pkgstatedir,$localstatedir/$PACKAGE)
140AC_SUBST(pkgconfdir,$sysconfdir/$PACKAGE) 128AC_SUBST(pkgconfdir,$sysconfdir/$PACKAGE)
141 129
142AC_OUTPUT([Makefile 130AC_OUTPUT([Makefile
143 include/Makefile lib/Makefile pod/Makefile random_maps/Makefile socket/Makefile 131 include/Makefile lib/Makefile pod/Makefile random_maps/Makefile socket/Makefile
144 server/Makefile src/Makefile utils/Makefile ext/Makefile 132 server/Makefile utils/Makefile ext/Makefile doc/Makefile
145 lib/checkarch.pl lib/collect.pl utils/add_throw.perl 133 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]) 134])
149 135

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines