--- deliantra/server/configure.ac 2006/09/08 00:19:55 1.21 +++ deliantra/server/configure.ac 2006/10/02 15:28:35 1.23 @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([crossfire], [1.9.1], [crossfire-devel@listserv.real-time.com]) +AC_INIT([crossfire], [2.0+], [crossfire-devel@listserv.real-time.com]) AC_CONFIG_AUX_DIR(utils) AC_CONFIG_SRCDIR([server/main.C]) AM_INIT_AUTOMAKE @@ -236,20 +236,10 @@ AC_SUBST(PERLPRIVLIBEXP) AC_SUBST(PERL) -#AC_OUTPUT([Makefile -# doc/Makefile doc/Developers/Makefile doc/spell-docs/Makefile -# doc/spoiler/Makefile doc/spoiler-html/Makefile doc/playbook/Makefile -# doc/playbook-html/Makefile doc/scripts/Makefile lib/Makefile -# random_maps/Makefile socket/Makefile server/Makefile src/Makefile -# include/Makefile utils/Makefile lib/checkarch.pl lib/collect.pl -# utils/add_throw.perl utils/crossloop.tmpl utils/crossloop.pl.tmpl -# utils/metaserver.pl utils/crossloop.web utils/scores.pl -# utils/player_dl.pl common/Makefile -# ]) AC_OUTPUT([Makefile - lib/Makefile pod/Makefile random_maps/Makefile socket/Makefile - server/Makefile src/Makefile include/Makefile utils/Makefile + include/Makefile lib/Makefile pod/Makefile random_maps/Makefile socket/Makefile + server/Makefile src/Makefile utils/Makefile lib/checkarch.pl lib/collect.pl utils/add_throw.perl utils/crossloop.tmpl utils/crossloop.pl.tmpl utils/metaserver.pl utils/crossloop.web utils/scores.pl utils/player_dl.pl common/Makefile - ]) +])