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.14 by root, Mon Aug 28 16:52:50 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.
211 AC_MSG_RESULT(ok) 211 AC_MSG_RESULT(ok)
212 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)
213 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}'`"
214 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`" 214 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
215 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`" 215 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
216 PERL_PLUGIN=yes 216 CPPFLAGS="$CPPFLAGS $PERLFLAGS"
217 else 217 else
218 AC_MSG_ERROR([no, unable to link]) 218 AC_MSG_ERROR([no, unable to link])
219 fi 219 fi
220else 220else
221 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])
222fi 222fi
223AC_SUBST(PERLLIB) 223AC_SUBST(PERLLIB)
224AC_SUBST(PERLFLAGS) 224AC_SUBST(PERLFLAGS)
225AC_SUBST(PERLPRIVLIBEXP) 225AC_SUBST(PERLPRIVLIBEXP)
226AC_SUBST(PERL) 226AC_SUBST(PERL)
227AM_CONDITIONAL(PERL_PLUGIN,test "x$PERL_PLUGIN" != "x")
228AC_SUBST(PERL_PLUGIN)
229 227
230############################################# 228#############################################
231# Plugin configuration 229# Plugin configuration
232AC_CHECK_LIB(dl, dlopen,[ cf_have_libdl=yes ]) 230AC_CHECK_LIB(dl, dlopen,[ cf_have_libdl=yes ])
233AM_CONDITIONAL(HAVE_LIBDL,test "x$cf_have_libdl" = "xyes") 231AM_CONDITIONAL(HAVE_LIBDL,test "x$cf_have_libdl" = "xyes")
238dnl CF_CHECK_PYTHON( 236dnl CF_CHECK_PYTHON(
239dnl [PLUGIN_PYTHON="cfpython.la"], 237dnl [PLUGIN_PYTHON="cfpython.la"],
240dnl [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.])]
241dnl ) 239dnl )
242 dnl *** Put other plugins configuration code here *** 240 dnl *** Put other plugins configuration code here ***
241 :
243else 242else
244 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.])
245fi 244fi
246AM_CONDITIONAL(PYTHON_PLUGIN,test "x$PLUGIN_PYTHON" != "x") 245AM_CONDITIONAL(PYTHON_PLUGIN,test "x$PLUGIN_PYTHON" != "x")
247AC_SUBST(PLUGIN_PYTHON) 246AC_SUBST(PLUGIN_PYTHON)
249AC_OUTPUT([Makefile 248AC_OUTPUT([Makefile
250 doc/Makefile doc/Developers/Makefile doc/spell-docs/Makefile 249 doc/Makefile doc/Developers/Makefile doc/spell-docs/Makefile
251 doc/spoiler/Makefile doc/spoiler-html/Makefile 250 doc/spoiler/Makefile doc/spoiler-html/Makefile
252 doc/playbook/Makefile doc/playbook-html/Makefile 251 doc/playbook/Makefile doc/playbook-html/Makefile
253 doc/scripts/Makefile 252 doc/scripts/Makefile
254 lib/Makefile random_maps/Makefile socket/Makefile server/Makefile 253 lib/Makefile random_maps/Makefile socket/Makefile server/Makefile src/Makefile
255 include/Makefile utils/Makefile lib/checkarch.pl 254 include/Makefile utils/Makefile lib/checkarch.pl
256 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
257 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
258 common/Makefile plugins/Makefile plugins/cfpython/Makefile 257 common/Makefile plugins/Makefile plugins/cfpython/Makefile
259 plugins/cfpython/include/Makefile 258 plugins/cfpython/include/Makefile

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines