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.26 by root, Thu Dec 14 22:45:40 2006 UTC vs.
Revision 1.28 by root, Fri Dec 15 20:07:02 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_INIT([crossfire], [2.0+], [crossfire-devel@listserv.real-time.com]) 3AC_INIT([crossfire], [2.0+], [crossfire.de])
4AC_CONFIG_AUX_DIR(utils) 4AC_CONFIG_AUX_DIR(utils)
5AC_CONFIG_SRCDIR([server/main.C]) 5AC_CONFIG_SRCDIR([server/main.C])
6AM_INIT_AUTOMAKE 6AM_INIT_AUTOMAKE
7AM_CONFIG_HEADER(include/autoconf.h) 7AM_CONFIG_HEADER(include/autoconf.h)
8 8
196AC_SUBST(PERLPRIVLIBEXP) 196AC_SUBST(PERLPRIVLIBEXP)
197AC_SUBST(PERL) 197AC_SUBST(PERL)
198 198
199AC_OUTPUT([Makefile 199AC_OUTPUT([Makefile
200 include/Makefile lib/Makefile pod/Makefile random_maps/Makefile socket/Makefile 200 include/Makefile lib/Makefile pod/Makefile random_maps/Makefile socket/Makefile
201 server/Makefile src/Makefile utils/Makefile 201 server/Makefile src/Makefile utils/Makefile ext/Makefile
202 lib/checkarch.pl lib/collect.pl utils/add_throw.perl 202 lib/checkarch.pl lib/collect.pl utils/add_throw.perl
203 utils/crossloop.tmpl utils/crossloop.pl.tmpl utils/metaserver.pl 203 utils/crossloop.tmpl utils/crossloop.pl.tmpl utils/metaserver.pl
204 utils/crossloop.web utils/scores.pl utils/player_dl.pl common/Makefile 204 utils/crossloop.web utils/scores.pl utils/player_dl.pl common/Makefile
205]) 205])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines