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.20 by root, Thu Sep 7 20:23:01 2006 UTC vs.
Revision 1.23 by root, Mon Oct 2 15:28: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_INIT([crossfire], [1.9.1], [crossfire-devel@listserv.real-time.com]) 3AC_INIT([crossfire], [2.0+], [crossfire-devel@listserv.real-time.com])
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
235AC_SUBST(PERLFLAGS) 235AC_SUBST(PERLFLAGS)
236AC_SUBST(PERLPRIVLIBEXP) 236AC_SUBST(PERLPRIVLIBEXP)
237AC_SUBST(PERL) 237AC_SUBST(PERL)
238 238
239AC_OUTPUT([Makefile 239AC_OUTPUT([Makefile
240 doc/Makefile doc/Developers/Makefile doc/spell-docs/Makefile 240 include/Makefile lib/Makefile pod/Makefile random_maps/Makefile socket/Makefile
241 doc/spoiler/Makefile doc/spoiler-html/Makefile doc/playbook/Makefile 241 server/Makefile src/Makefile utils/Makefile
242 doc/playbook-html/Makefile doc/scripts/Makefile lib/Makefile 242 lib/checkarch.pl lib/collect.pl utils/add_throw.perl
243 random_maps/Makefile socket/Makefile server/Makefile src/Makefile 243 utils/crossloop.tmpl utils/crossloop.pl.tmpl utils/metaserver.pl
244 include/Makefile utils/Makefile lib/checkarch.pl lib/collect.pl 244 utils/crossloop.web utils/scores.pl utils/player_dl.pl common/Makefile
245 utils/add_throw.perl utils/crossloop.tmpl utils/crossloop.pl.tmpl 245])
246 utils/metaserver.pl utils/crossloop.web utils/scores.pl
247 utils/player_dl.pl common/Makefile
248 devel/Makefile
249 ])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines