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.18 by root, Mon Sep 4 11:07:58 2006 UTC vs.
Revision 1.24 by root, Mon Dec 11 19:10:58 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
45AC_PATH_PROG(GZIP, gzip) 45AC_PATH_PROG(GZIP, gzip)
46AC_PATH_PROG(GUNZIP, gunzip) 46AC_PATH_PROG(GUNZIP, gunzip)
47AC_PATH_PROG(TAR, tar) 47AC_PATH_PROG(TAR, tar)
48AC_PATH_PROG(PERL, perl) 48AC_PATH_PROG(PERL, perl)
49AC_PATH_PROG(BASENAME, basename) 49AC_PATH_PROG(BASENAME, basename)
50AC_PATH_PROG(GPERF, gperf)
50 51
51if test -n "$GZIP" -a -z "$GUNZIP" ; then 52if test -n "$GZIP" -a -z "$GUNZIP" ; then
52 echo "Found gzip, but not gunzip - setting GUNZIP to gzip -c"; 53 echo "Found gzip, but not gunzip - setting GUNZIP to gzip -c";
53 GUNZIP="$GZIP -c" 54 GUNZIP="$GZIP -c"
54fi; 55fi;
182AC_SUBST(x_includes) 183AC_SUBST(x_includes)
183AC_SUBST(x_libraries) 184AC_SUBST(x_libraries)
184AC_SUBST(no_x) 185AC_SUBST(no_x)
185AM_CONDITIONAL(HAVE_X,test "x$no_x" = "x") 186AM_CONDITIONAL(HAVE_X,test "x$no_x" = "x")
186AC_SUBST(X11LIBS) 187AC_SUBST(X11LIBS)
187AC_SUBST(PERL)
188AC_SUBST(BASENAME)
189 188
190AC_SUBST(pkgstatedir,$localstatedir/$PACKAGE) 189AC_SUBST(pkgstatedir,$localstatedir/$PACKAGE)
191AC_SUBST(pkgconfdir,$sysconfdir/$PACKAGE) 190AC_SUBST(pkgconfdir,$sysconfdir/$PACKAGE)
192 191
193AC_DEFINE_UNQUOTED(COMPRESS,"${COMPRESS}",[Path to the compress binary]) 192AC_DEFINE_UNQUOTED(COMPRESS,"${COMPRESS}",[Path to the compress binary])
195AC_DEFINE_UNQUOTED(GZIP,"${GZIP}",[Path to the gzip binary]) 194AC_DEFINE_UNQUOTED(GZIP,"${GZIP}",[Path to the gzip binary])
196AC_DEFINE_UNQUOTED(GUNZIP,"${GUNZIP}",[Path to the gunzip binary]) 195AC_DEFINE_UNQUOTED(GUNZIP,"${GUNZIP}",[Path to the gunzip binary])
197AC_DEFINE_UNQUOTED(BZIP,"${BZIP}",[Path to the bzip binary]) 196AC_DEFINE_UNQUOTED(BZIP,"${BZIP}",[Path to the bzip binary])
198AC_DEFINE_UNQUOTED(BUNZIP,"${BUNZIP}",[Path to the bunzip binary]) 197AC_DEFINE_UNQUOTED(BUNZIP,"${BUNZIP}",[Path to the bunzip binary])
199 198
199AC_PATH_PROG(PERL, perl5.8)
200AC_PATH_PROG(PERL, perl5) 200AC_PATH_PROG(PERL, perl5)
201AC_PATH_PROG(PERL, perl) 201AC_PATH_PROG(PERL, perl)
202 202
203AC_MSG_CHECKING(for $PERL suitability) 203AC_MSG_CHECKING(for $PERL suitability)
204if $PERL -MExtUtils::Embed -e "use v5.8" >/dev/null 2>/dev/null; then 204if $PERL -MExtUtils::Embed -e "use v5.8" >/dev/null 2>/dev/null; then
234AC_SUBST(PERLLIB) 234AC_SUBST(PERLLIB)
235AC_SUBST(PERLFLAGS) 235AC_SUBST(PERLFLAGS)
236AC_SUBST(PERLPRIVLIBEXP) 236AC_SUBST(PERLPRIVLIBEXP)
237AC_SUBST(PERL) 237AC_SUBST(PERL)
238 238
239#############################################
240# Plugin configuration
241AC_CHECK_LIB(dl, dlopen,[ cf_have_libdl=yes ])
242AM_CONDITIONAL(HAVE_LIBDL,test "x$cf_have_libdl" = "xyes")
243
244if test "x$cf_have_libdl" = "xyes" ; then
245 ###############
246 # Python plugin
247dnl CF_CHECK_PYTHON(
248dnl [PLUGIN_PYTHON="cfpython.la"],
249dnl [AC_MSG_NOTICE([No Python found. Python plugin will not be built.])]
250dnl )
251 dnl *** Put other plugins configuration code here ***
252 :
253else
254 AC_MSG_NOTICE([No dl library found. Plugins will not be supported.])
255fi
256AM_CONDITIONAL(PYTHON_PLUGIN,test "x$PLUGIN_PYTHON" != "x")
257AC_SUBST(PLUGIN_PYTHON)
258
259AC_OUTPUT([Makefile 239AC_OUTPUT([Makefile
260 doc/Makefile doc/Developers/Makefile doc/spell-docs/Makefile 240 include/Makefile lib/Makefile pod/Makefile random_maps/Makefile socket/Makefile
261 doc/spoiler/Makefile doc/spoiler-html/Makefile 241 server/Makefile src/Makefile utils/Makefile
262 doc/playbook/Makefile doc/playbook-html/Makefile 242 lib/checkarch.pl lib/collect.pl utils/add_throw.perl
263 doc/scripts/Makefile 243 utils/crossloop.tmpl utils/crossloop.pl.tmpl utils/metaserver.pl
264 lib/Makefile random_maps/Makefile socket/Makefile server/Makefile src/Makefile
265 include/Makefile utils/Makefile lib/checkarch.pl
266 lib/collect.pl utils/add_throw.perl utils/crossloop.tmpl utils/crossloop.pl.tmpl
267 utils/metaserver.pl utils/crossloop.web utils/scores.pl utils/player_dl.pl 244 utils/crossloop.web utils/scores.pl utils/player_dl.pl common/Makefile
268 common/Makefile plugins/Makefile plugins/cfpython/Makefile 245])
269 plugins/cfpython/include/Makefile
270 plugins/common/Makefile plugins/common/include/Makefile
271 devel/Makefile
272 ])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines