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.1.1.1 by root, Fri Feb 3 07:11:29 2006 UTC vs.
Revision 1.1.1.2 by elmex, Wed Mar 15 14:04:35 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.1.1.1 2006/02/03 07:11:29 root Exp $) 3AC_REVISION($Id: configure.ac,v 1.1.1.2 2006/03/15 14:04:35 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
244 doc/scripts/Makefile 244 doc/scripts/Makefile
245 lib/Makefile random_maps/Makefile socket/Makefile server/Makefile 245 lib/Makefile random_maps/Makefile socket/Makefile server/Makefile
246 include/Makefile utils/Makefile lib/checkarch.pl 246 include/Makefile utils/Makefile lib/checkarch.pl
247 lib/collect.pl utils/add_throw.perl utils/crossloop.tmpl utils/crossloop.pl.tmpl 247 lib/collect.pl utils/add_throw.perl utils/crossloop.tmpl utils/crossloop.pl.tmpl
248 utils/metaserver.pl utils/crossloop.web utils/scores.pl utils/player_dl.pl 248 utils/metaserver.pl utils/crossloop.web utils/scores.pl utils/player_dl.pl
249 common/Makefile plugins/Makefile plugins/cfpython/Makefile plugins/cfanim/Makefile devel/Makefile 249 common/Makefile plugins/Makefile plugins/cfpython/Makefile
250 plugins/cfpython/include/Makefile plugins/cfanim/Makefile
251 plugins/cfanim/include/Makefile
252 plugins/common/Makefile plugins/common/include/Makefile
253 devel/Makefile
250 ]) 254 ])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines