version 1.21 | | version 1.22 |
---|
| | |
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.21 2006/05/03 21:50:23 tchize Exp $) | | AC_REVISION($Id: configure.ac,v 1.22 2006/05/18 05:27:43 mwedel Exp $) |
AC_INIT([crossfire], [1.9.0], [crossfire-devel@listserv.real-time.com]) | | AC_INIT([crossfire], [1.9.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_CHECK_LIB(crypt, main) | | AC_CHECK_LIB(crypt, main) |
AC_CHECK_LIB(des, des_crypt) | | AC_CHECK_LIB(des, des_crypt) |
| | |
| | AC_CHECK_LIB(z, compress) |
| | |
dnl Gros - Changed this to support some external programs that do not like dmalloc (like Python). | | dnl Gros - Changed this to support some external programs that do not like dmalloc (like Python). |
dnl If you really need to make some memory debugging, uncomment the dmalloc line and comment out the dmalloclp one. | | dnl If you really need to make some memory debugging, uncomment the dmalloc line and comment out the dmalloclp one. |
| | |
| | |
dnl Checks for header files. | | dnl Checks for header files. |
AC_HEADER_DIRENT | | AC_HEADER_DIRENT |
AC_HEADER_STDC | | AC_HEADER_STDC |
AC_CHECK_HEADERS(fcntl.h limits.h malloc.h strings.h sys/file.h sys/ioctl.h sys/time.h time.h unistd.h stddef.h stdlib.h sys/ttycom.h sys/termios.h crypt.h arpa/inet.h des.h) | | AC_CHECK_HEADERS(fcntl.h limits.h malloc.h strings.h sys/file.h sys/ioctl.h sys/time.h time.h unistd.h stddef.h stdlib.h sys/ttycom.h sys/termios.h crypt.h arpa/inet.h des.h zlib.h) |
| | |
| | |
dnl Checks for typedefs, structures, and compiler characteristics. | | dnl Checks for typedefs, structures, and compiler characteristics. |