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.4 by elmex, Wed Mar 15 15:35:45 2006 UTC vs.
Revision 1.5 by pippijn, Sun May 7 08:19:27 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.4 2006/03/15 15:35:45 elmex Exp $) 3AC_REVISION($Id: configure.ac,v 1.5 2006/05/07 08:19:27 pippijn Exp $)
4AC_INIT([crossfire], [1.9.0], [crossfire-devel@listserv.real-time.com]) 4AC_INIT([crossfire], [1.9.0], [crossfire-devel@listserv.real-time.com])
5AC_CONFIG_AUX_DIR(utils) 5AC_CONFIG_AUX_DIR(utils)
6AC_CONFIG_SRCDIR([server/main.c]) 6AC_CONFIG_SRCDIR([server/main.c])
7AM_INIT_AUTOMAKE 7AM_INIT_AUTOMAKE
8AM_CONFIG_HEADER(include/autoconf.h) 8AM_CONFIG_HEADER(include/autoconf.h)
273 AC_MSG_NOTICE([No dl library found. Plugins will not be supported.]) 273 AC_MSG_NOTICE([No dl library found. Plugins will not be supported.])
274fi 274fi
275AM_CONDITIONAL(PYTHON_PLUGIN,test "x$PLUGIN_PYTHON" != "x") 275AM_CONDITIONAL(PYTHON_PLUGIN,test "x$PLUGIN_PYTHON" != "x")
276AC_SUBST(PLUGIN_PYTHON) 276AC_SUBST(PLUGIN_PYTHON)
277 277
278# crossedit compilability check
279 CF_CHECK_CROSSEDIT(["$X11LIBS"],
280 [cf_will_build_crossedit="yes"]
281 AC_SUBST(CROSSEDIT, 'crossedit'),
282 [cf_will_build_crossedit="no"] )
283
278AC_OUTPUT([Makefile 284AC_OUTPUT([Makefile
279 crossedit/Makefile crossedit/doc/Makefile crossedit/include/Makefile 285 crossedit/Makefile crossedit/doc/Makefile crossedit/include/Makefile
280 crossedit/Cnv/Makefile crossedit/bitmaps/Makefile 286 crossedit/Cnv/Makefile crossedit/bitmaps/Makefile
281 doc/Makefile doc/Developers/Makefile doc/spell-docs/Makefile 287 doc/Makefile doc/Developers/Makefile doc/spell-docs/Makefile
282 doc/spoiler/Makefile doc/spoiler-html/Makefile 288 doc/spoiler/Makefile doc/spoiler-html/Makefile

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines