Difference for ./configure.ac from version 1.12 to 1.13


version 1.12 version 1.13
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.12 2005/05/07 11:51:19 tchize Exp $)  AC_REVISION($Id: configure.ac,v 1.13 2005/07/09 00:06:43 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])
Line 35
 
Line 35
 AC_ARG_ENABLE(dmalloc, [ --enable-dmalloc    Use the dmalloc library if available, may prevent plugins from working],  AC_ARG_ENABLE(dmalloc, [ --enable-dmalloc    Use the dmalloc library if available, may prevent plugins from working],
  use_dmalloc=yes, use_dmalloc=no)   use_dmalloc=yes, use_dmalloc=no)
   
   AC_ARG_WITH(python, [  --with-python=dir       Directory to look for python headers/library (default=standard system location) ],
    PYTHON_HOME="$withval")
   
   
 dnl check for some other programs  dnl check for some other programs
 AC_PATH_PROG(LATEX, latex)  AC_PATH_PROG(LATEX, latex)
 AC_PATH_PROG(GZIP, gzip)  AC_PATH_PROG(GZIP, gzip)


Legend:
line(s) removed in v.1.12 
line(s) changed
 line(s) added in v.1.13

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