ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/configure.ac
(Generate patch)

Comparing deliantra/server/configure.ac (file contents):
Revision 1.3 by root, Sun Feb 5 19:53:21 2006 UTC vs.
Revision 1.4 by elmex, Wed Mar 15 15:35:45 2006 UTC

1dnl Process this file with autoconf to produce a configure script. 1dnl Process this file with autoconf to produce a configure script.
2 2
3AC_REVISION($Id: configure.ac,v 1.3 2006/02/05 19:53:21 root Exp $) 3AC_REVISION($Id: configure.ac,v 1.4 2006/03/15 15:35:45 elmex Exp $)
4AC_INIT([crossfire], [1.8.0], [crossfire-devel@listserv.real-time.com]) 4AC_INIT([crossfire], [1.9.0], [crossfire-devel@listserv.real-time.com])
5AC_CONFIG_AUX_DIR(utils) 5AC_CONFIG_AUX_DIR(utils)
6AC_CONFIG_SRCDIR([server/main.c]) 6AC_CONFIG_SRCDIR([server/main.c])
7AM_INIT_AUTOMAKE 7AM_INIT_AUTOMAKE
8AM_CONFIG_HEADER(include/autoconf.h) 8AM_CONFIG_HEADER(include/autoconf.h)
9 9
284 doc/scripts/Makefile 284 doc/scripts/Makefile
285 lib/Makefile random_maps/Makefile socket/Makefile server/Makefile 285 lib/Makefile random_maps/Makefile socket/Makefile server/Makefile
286 include/Makefile utils/Makefile lib/checkarch.pl 286 include/Makefile utils/Makefile lib/checkarch.pl
287 lib/collect.pl utils/add_throw.perl utils/crossloop.tmpl utils/crossloop.pl.tmpl 287 lib/collect.pl utils/add_throw.perl utils/crossloop.tmpl utils/crossloop.pl.tmpl
288 utils/metaserver.pl utils/crossloop.web utils/scores.pl utils/player_dl.pl 288 utils/metaserver.pl utils/crossloop.web utils/scores.pl utils/player_dl.pl
289 common/Makefile plugins/Makefile plugins/cfperl/Makefile plugins/cfpython/Makefile plugins/cfanim/Makefile devel/Makefile 289 common/Makefile plugins/Makefile plugins/cfpython/Makefile
290 plugins/cfpython/include/Makefile plugins/cfanim/Makefile
291 plugins/cfanim/include/Makefile
292 plugins/common/Makefile plugins/common/include/Makefile
293 devel/Makefile
294 plugins/cfperl/Makefile
290 ]) 295 ])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines