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.8 by root, Tue Jul 11 14:24:15 2006 UTC vs.
Revision 1.9 by elmex, Sun Aug 13 17:15:59 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_INIT([crossfire], [1.9.1], [crossfire-devel@listserv.real-time.com]) 3AC_INIT([crossfire], [1.9.1], [crossfire-devel@listserv.real-time.com])
4AC_CONFIG_AUX_DIR(utils) 4AC_CONFIG_AUX_DIR(utils)
5AC_CONFIG_SRCDIR([server/main.c]) 5AC_CONFIG_SRCDIR([server/main.C])
6AM_INIT_AUTOMAKE 6AM_INIT_AUTOMAKE
7AM_CONFIG_HEADER(include/autoconf.h) 7AM_CONFIG_HEADER(include/autoconf.h)
8 8
9AM_MAINTAINER_MODE 9AM_MAINTAINER_MODE
10 10
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
284AC_OUTPUT([Makefile 278AC_OUTPUT([Makefile
285 crossedit/Makefile crossedit/doc/Makefile crossedit/include/Makefile
286 crossedit/Cnv/Makefile crossedit/bitmaps/Makefile
287 doc/Makefile doc/Developers/Makefile doc/spell-docs/Makefile 279 doc/Makefile doc/Developers/Makefile doc/spell-docs/Makefile
288 doc/spoiler/Makefile doc/spoiler-html/Makefile 280 doc/spoiler/Makefile doc/spoiler-html/Makefile
289 doc/playbook/Makefile doc/playbook-html/Makefile 281 doc/playbook/Makefile doc/playbook-html/Makefile
290 doc/scripts/Makefile 282 doc/scripts/Makefile
291 lib/Makefile random_maps/Makefile socket/Makefile server/Makefile 283 lib/Makefile random_maps/Makefile socket/Makefile server/Makefile

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines