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.3 by root, Sun Feb 5 19:53:21 2006 UTC vs.
Revision 1.6 by root, Sun May 7 12:49:18 2006 UTC

1dnl Process this file with autoconf to produce a configure script. 1dnl Process this file with autoconf to produce a configure script.
2 2
3AC_REVISION($Id: configure.ac,v 1.3 2006/02/05 19:53:21 root Exp $)
4AC_INIT([crossfire], [1.8.0], [crossfire-devel@listserv.real-time.com]) 3AC_INIT([crossfire], [1.9.0], [crossfire-devel@listserv.real-time.com])
5AC_CONFIG_AUX_DIR(utils) 4AC_CONFIG_AUX_DIR(utils)
6AC_CONFIG_SRCDIR([server/main.c]) 5AC_CONFIG_SRCDIR([server/main.c])
7AM_INIT_AUTOMAKE 6AM_INIT_AUTOMAKE
8AM_CONFIG_HEADER(include/autoconf.h) 7AM_CONFIG_HEADER(include/autoconf.h)
9 8
273 AC_MSG_NOTICE([No dl library found. Plugins will not be supported.]) 272 AC_MSG_NOTICE([No dl library found. Plugins will not be supported.])
274fi 273fi
275AM_CONDITIONAL(PYTHON_PLUGIN,test "x$PLUGIN_PYTHON" != "x") 274AM_CONDITIONAL(PYTHON_PLUGIN,test "x$PLUGIN_PYTHON" != "x")
276AC_SUBST(PLUGIN_PYTHON) 275AC_SUBST(PLUGIN_PYTHON)
277 276
277# crossedit compilability check
278 CF_CHECK_CROSSEDIT(["$X11LIBS"],
279 [cf_will_build_crossedit="yes"]
280 AC_SUBST(CROSSEDIT, 'crossedit'),
281 [cf_will_build_crossedit="no"] )
282
278AC_OUTPUT([Makefile 283AC_OUTPUT([Makefile
279 crossedit/Makefile crossedit/doc/Makefile crossedit/include/Makefile 284 crossedit/Makefile crossedit/doc/Makefile crossedit/include/Makefile
280 crossedit/Cnv/Makefile crossedit/bitmaps/Makefile 285 crossedit/Cnv/Makefile crossedit/bitmaps/Makefile
281 doc/Makefile doc/Developers/Makefile doc/spell-docs/Makefile 286 doc/Makefile doc/Developers/Makefile doc/spell-docs/Makefile
282 doc/spoiler/Makefile doc/spoiler-html/Makefile 287 doc/spoiler/Makefile doc/spoiler-html/Makefile
284 doc/scripts/Makefile 289 doc/scripts/Makefile
285 lib/Makefile random_maps/Makefile socket/Makefile server/Makefile 290 lib/Makefile random_maps/Makefile socket/Makefile server/Makefile
286 include/Makefile utils/Makefile lib/checkarch.pl 291 include/Makefile utils/Makefile lib/checkarch.pl
287 lib/collect.pl utils/add_throw.perl utils/crossloop.tmpl utils/crossloop.pl.tmpl 292 lib/collect.pl utils/add_throw.perl utils/crossloop.tmpl utils/crossloop.pl.tmpl
288 utils/metaserver.pl utils/crossloop.web utils/scores.pl utils/player_dl.pl 293 utils/metaserver.pl utils/crossloop.web utils/scores.pl utils/player_dl.pl
289 common/Makefile plugins/Makefile plugins/cfperl/Makefile plugins/cfpython/Makefile plugins/cfanim/Makefile devel/Makefile 294 common/Makefile plugins/Makefile plugins/cfpython/Makefile
295 plugins/cfpython/include/Makefile plugins/cfanim/Makefile
296 plugins/cfanim/include/Makefile
297 plugins/common/Makefile plugins/common/include/Makefile
298 devel/Makefile
299 plugins/cfperl/Makefile
290 ]) 300 ])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines