version 1.15 | | version 1.16 |
---|
| | |
dnl Process this file with autoconf to produce a configure script. | | dnl Process this file with autoconf to produce a configure script. |
| | |
AC_REVISION($Id: configure.ac,v 1.15 2005/08/11 06:22:53 mwedel Exp $) | | AC_REVISION($Id: configure.ac,v 1.16 2005/10/18 16:54:30 gros Exp $) |
AC_INIT([crossfire], [1.8.0], [crossfire-devel@listserv.real-time.com]) | | AC_INIT([crossfire], [1.8.0], [crossfire-devel@listserv.real-time.com]) |
AC_CONFIG_AUX_DIR(utils) | | AC_CONFIG_AUX_DIR(utils) |
AC_CONFIG_SRCDIR([server/main.c]) | | AC_CONFIG_SRCDIR([server/main.c]) |
AM_INIT_AUTOMAKE | | AM_INIT_AUTOMAKE |
AM_CONFIG_HEADER([include/autoconf.h]) | | AM_CONFIG_HEADER(include/autoconf.h) |
| | |
AM_MAINTAINER_MODE | | AM_MAINTAINER_MODE |
| | |
| | |
############### | | ############### |
# Python plugin | | # Python plugin |
CF_CHECK_PYTHON( | | CF_CHECK_PYTHON( |
[PLUGIN_PYTHON="plugin_python.la"], | | [PLUGIN_PYTHON="cfpython.la"], |
[AC_MSG_NOTICE([No Python found. Python plugin will not be built.])] | | [AC_MSG_NOTICE([No Python found. Python plugin will not be built.])] |
) | | ) |
dnl *** Put other plugins configuration code here *** | | dnl *** Put other plugins configuration code here *** |
| | |
include/Makefile utils/Makefile lib/checkarch.pl | | include/Makefile utils/Makefile lib/checkarch.pl |
lib/collect.pl utils/add_throw.perl utils/crossloop.tmpl utils/crossloop.pl.tmpl | | 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 | | utils/metaserver.pl utils/crossloop.web utils/scores.pl utils/player_dl.pl |
common/Makefile plugin/Makefile devel/Makefile | | common/Makefile plugins/Makefile plugins/cfpython/Makefile plugins/cfanim/Makefile devel/Makefile |
]) | | ]) |