Difference for ./configure.ac from version 1.8 to 1.9


version 1.8 version 1.9
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.8 2003/09/23 05:21:26 mwedel Exp $)  AC_REVISION($Id: configure.ac,v 1.9 2003/10/01 06:55:15 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 39
 
Line 39
 AC_PATH_PROG(LATEX, latex)  AC_PATH_PROG(LATEX, latex)
 AC_PATH_PROG(GZIP, gzip)  AC_PATH_PROG(GZIP, gzip)
 AC_PATH_PROG(GUNZIP, gunzip)  AC_PATH_PROG(GUNZIP, gunzip)
   AC_PATH_PROG(TAR, tar)
 AC_PATH_PROG(PERL, perl)  AC_PATH_PROG(PERL, perl)
 AC_PATH_PROG(BASENAME, basename)  AC_PATH_PROG(BASENAME, basename)
   
Line 216
 
Line 217
  lib/Makefile random_maps/Makefile socket/Makefile server/Makefile    lib/Makefile random_maps/Makefile socket/Makefile server/Makefile
  include/Makefile utils/Makefile lib/checkarch.pl   include/Makefile utils/Makefile lib/checkarch.pl
  lib/collect.pl utils/add_throw.perl utils/crossloop.tmpl utils/crossloop.pl.tmpl   lib/collect.pl utils/add_throw.perl utils/crossloop.tmpl utils/crossloop.pl.tmpl
  utils/metaserver.pl utils/crossloop.web utils/scores.pl   utils/metaserver.pl utils/crossloop.web utils/scores.pl utils/player_dl.pl
  common/Makefile plugin/Makefile devel/Makefile   common/Makefile plugin/Makefile devel/Makefile
  ])   ])


Legend:
line(s) removed in v.1.8 
line(s) changed
 line(s) added in v.1.9

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