version 1.5 | | version 1.6 |
---|
| | |
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.5 2003/02/25 07:18:02 mwedel Exp $) | | AC_REVISION($Id: configure.ac,v 1.6 2003/03/08 05:35:31 mwedel Exp $) |
AC_INIT([crossfire], [1.5.0], [crossfire-devel@listserv.real-time.com]) | | AC_INIT([crossfire], [1.5.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]) |
| | |
AC_STRUCT_TM | | AC_STRUCT_TM |
AC_TYPE_UID_T | | AC_TYPE_UID_T |
| | |
| | AC_CHECK_SIZEOF(long) |
| | AC_CHECK_SIZEOF(long long) |
| | |
dnl Checks for library functions. | | dnl Checks for library functions. |
AC_PROG_GCC_TRADITIONAL | | AC_PROG_GCC_TRADITIONAL |
AC_FUNC_MEMCMP | | AC_FUNC_MEMCMP |