version 1.13 | | version 1.14 |
---|
| | |
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.13 2005/07/09 00:06:43 mwedel Exp $) | | AC_REVISION($Id: configure.ac,v 1.14 2005/07/09 00:56:55 mwedel Exp $) |
AC_INIT([crossfire], [1.7.0], [crossfire-devel@listserv.real-time.com]) | | AC_INIT([crossfire], [1.7.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 |
| | |
AC_PREFIX_DEFAULT(/usr/games/crossfire) | | AC_PREFIX_DEFAULT(/usr/games/crossfire) |
| | |
dnl we want a config.h file instead of -D options. | | dnl we want a config.h file instead of -D options. |