--- deliantra/server/configure.ac 2006/02/05 19:53:21 1.3 +++ deliantra/server/configure.ac 2006/05/07 08:19:27 1.5 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_REVISION($Id$) -AC_INIT([crossfire], [1.8.0], [crossfire-devel@listserv.real-time.com]) +AC_INIT([crossfire], [1.9.0], [crossfire-devel@listserv.real-time.com]) AC_CONFIG_AUX_DIR(utils) AC_CONFIG_SRCDIR([server/main.c]) AM_INIT_AUTOMAKE @@ -275,6 +275,12 @@ AM_CONDITIONAL(PYTHON_PLUGIN,test "x$PLUGIN_PYTHON" != "x") AC_SUBST(PLUGIN_PYTHON) +# crossedit compilability check + CF_CHECK_CROSSEDIT(["$X11LIBS"], + [cf_will_build_crossedit="yes"] + AC_SUBST(CROSSEDIT, 'crossedit'), + [cf_will_build_crossedit="no"] ) + AC_OUTPUT([Makefile crossedit/Makefile crossedit/doc/Makefile crossedit/include/Makefile crossedit/Cnv/Makefile crossedit/bitmaps/Makefile @@ -286,5 +292,10 @@ include/Makefile utils/Makefile lib/checkarch.pl lib/collect.pl utils/add_throw.perl utils/crossloop.tmpl utils/crossloop.pl.tmpl utils/metaserver.pl utils/crossloop.web utils/scores.pl utils/player_dl.pl - common/Makefile plugins/Makefile plugins/cfperl/Makefile plugins/cfpython/Makefile plugins/cfanim/Makefile devel/Makefile + common/Makefile plugins/Makefile plugins/cfpython/Makefile + plugins/cfpython/include/Makefile plugins/cfanim/Makefile + plugins/cfanim/include/Makefile + plugins/common/Makefile plugins/common/include/Makefile + devel/Makefile + plugins/cfperl/Makefile ])