Difference for ./configure.ac from version 1.5 to 1.6


version 1.5 version 1.6
Line 1
 
Line 1
 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])
Line 131
 
Line 131
 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


Legend:
line(s) removed in v.1.5 
line(s) changed
 line(s) added in v.1.6

File made using version 1.98 of cvs2html by leaf at 2011-07-21 16:57