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.13 by root, Tue Aug 15 17:12:47 2006 UTC vs.
Revision 1.17 by root, Fri Sep 1 13:58:06 2006 UTC

11AC_PREFIX_DEFAULT(/usr/games/crossfire) 11AC_PREFIX_DEFAULT(/usr/games/crossfire)
12 12
13dnl we want a config.h file instead of -D options. 13dnl we want a config.h file instead of -D options.
14 14
15dnl Checks for programs. 15dnl Checks for programs.
16AC_LANG(C++)
16AC_PROG_CXX 17AC_PROG_CXX
17AC_LANG(C++)
18AC_PROG_LIBTOOL 18AC_PROG_LIBTOOL
19 19
20case "$target" in 20case "$target" in
21 alpha-dec-osf*) 21 alpha-dec-osf*)
22 # If we are not using gcc, we want the ansi version of cc. 22 # If we are not using gcc, we want the ansi version of cc.
35AC_PROG_AWK 35AC_PROG_AWK
36 36
37AC_ARG_ENABLE(dmalloc, [ --enable-dmalloc Use the dmalloc library if available, may prevent plugins from working], 37AC_ARG_ENABLE(dmalloc, [ --enable-dmalloc Use the dmalloc library if available, may prevent plugins from working],
38 use_dmalloc=yes, use_dmalloc=no) 38 use_dmalloc=yes, use_dmalloc=no)
39 39
40AC_ARG_WITH(python, [ --with-python=dir Directory to look for python headers/library (default=standard system location) ], 40dnl AC_ARG_WITH(python, [ --with-python=dir Directory to look for python headers/library (default=standard system location) ], PYTHON_HOME="$withval")
41 PYTHON_HOME="$withval")
42 41
43 42
44dnl check for some other programs 43dnl check for some other programs
45AC_PATH_PROG(LATEX, latex) 44AC_PATH_PROG(LATEX, latex)
46AC_PATH_PROG(GZIP, gzip) 45AC_PATH_PROG(GZIP, gzip)
212 AC_MSG_RESULT(ok) 211 AC_MSG_RESULT(ok)
213 AC_DEFINE(ENABLE_PERL, 1, Define if you can embed a perl interpreter) 212 AC_DEFINE(ENABLE_PERL, 1, Define if you can embed a perl interpreter)
214 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts` `$PERL -MEvent::MakeMaker -e 'print +{&Event::MakeMaker::event_args}->{INC}'`" 213 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts` `$PERL -MEvent::MakeMaker -e 'print +{&Event::MakeMaker::event_args}->{INC}'`"
215 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`" 214 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
216 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`" 215 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
217 PERL_PLUGIN=yes 216 CPPFLAGS="$CPPFLAGS $PERLFLAGS"
218 else 217 else
219 AC_MSG_ERROR([no, unable to link]) 218 AC_MSG_ERROR([no, unable to link])
220 fi 219 fi
221else 220else
222 AC_MSG_ERROR([no working perl found, or perl not version >= 5.8]) 221 AC_MSG_ERROR([no working perl found, or perl not version >= 5.8])
223fi 222fi
224AC_SUBST(PERLLIB) 223AC_SUBST(PERLLIB)
225AC_SUBST(PERLFLAGS) 224AC_SUBST(PERLFLAGS)
226AC_SUBST(PERLPRIVLIBEXP) 225AC_SUBST(PERLPRIVLIBEXP)
227AC_SUBST(PERL) 226AC_SUBST(PERL)
228AM_CONDITIONAL(PERL_PLUGIN,test "x$PERL_PLUGIN" != "x")
229AC_SUBST(PERL_PLUGIN)
230 227
231############################################# 228#############################################
232# Plugin configuration 229# Plugin configuration
233AC_CHECK_LIB(dl, dlopen,[ cf_have_libdl=yes ]) 230AC_CHECK_LIB(dl, dlopen,[ cf_have_libdl=yes ])
234AM_CONDITIONAL(HAVE_LIBDL,test "x$cf_have_libdl" = "xyes") 231AM_CONDITIONAL(HAVE_LIBDL,test "x$cf_have_libdl" = "xyes")
235 232
236if test "x$cf_have_libdl" = "xyes" ; then 233if test "x$cf_have_libdl" = "xyes" ; then
237 ############### 234 ###############
238 # Python plugin 235 # Python plugin
239 CF_CHECK_PYTHON( 236dnl CF_CHECK_PYTHON(
240 [PLUGIN_PYTHON="cfpython.la"], 237dnl [PLUGIN_PYTHON="cfpython.la"],
241 [AC_MSG_NOTICE([No Python found. Python plugin will not be built.])] 238dnl [AC_MSG_NOTICE([No Python found. Python plugin will not be built.])]
242 ) 239dnl )
243 dnl *** Put other plugins configuration code here *** 240 dnl *** Put other plugins configuration code here ***
241 :
244else 242else
245 AC_MSG_NOTICE([No dl library found. Plugins will not be supported.]) 243 AC_MSG_NOTICE([No dl library found. Plugins will not be supported.])
246fi 244fi
247AM_CONDITIONAL(PYTHON_PLUGIN,test "x$PLUGIN_PYTHON" != "x") 245AM_CONDITIONAL(PYTHON_PLUGIN,test "x$PLUGIN_PYTHON" != "x")
248AC_SUBST(PLUGIN_PYTHON) 246AC_SUBST(PLUGIN_PYTHON)
250AC_OUTPUT([Makefile 248AC_OUTPUT([Makefile
251 doc/Makefile doc/Developers/Makefile doc/spell-docs/Makefile 249 doc/Makefile doc/Developers/Makefile doc/spell-docs/Makefile
252 doc/spoiler/Makefile doc/spoiler-html/Makefile 250 doc/spoiler/Makefile doc/spoiler-html/Makefile
253 doc/playbook/Makefile doc/playbook-html/Makefile 251 doc/playbook/Makefile doc/playbook-html/Makefile
254 doc/scripts/Makefile 252 doc/scripts/Makefile
255 lib/Makefile random_maps/Makefile socket/Makefile server/Makefile 253 lib/Makefile random_maps/Makefile socket/Makefile server/Makefile src/Makefile
256 include/Makefile utils/Makefile lib/checkarch.pl 254 include/Makefile utils/Makefile lib/checkarch.pl
257 lib/collect.pl utils/add_throw.perl utils/crossloop.tmpl utils/crossloop.pl.tmpl 255 lib/collect.pl utils/add_throw.perl utils/crossloop.tmpl utils/crossloop.pl.tmpl
258 utils/metaserver.pl utils/crossloop.web utils/scores.pl utils/player_dl.pl 256 utils/metaserver.pl utils/crossloop.web utils/scores.pl utils/player_dl.pl
259 common/Makefile plugins/Makefile plugins/cfpython/Makefile 257 common/Makefile plugins/Makefile plugins/cfpython/Makefile
260 plugins/cfpython/include/Makefile 258 plugins/cfpython/include/Makefile

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines