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.184 by root, Thu Nov 15 05:54:02 2012 UTC vs.
Revision 1.186 by root, Thu Nov 17 23:28:04 2016 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([deliantra-server], [3.0], [support@deliantra.net]) 3AC_INIT([deliantra-server], [3.1], [support@deliantra.net])
4dnl AC_CONFIG_MACRO_DIR([m4])
4AC_CONFIG_AUX_DIR(utils) 5AC_CONFIG_AUX_DIR(utils)
5AC_CONFIG_SRCDIR([server/cfperl.xs]) 6AC_CONFIG_SRCDIR([server/cfperl.xs])
6AM_INIT_AUTOMAKE 7AM_INIT_AUTOMAKE([silent-rules subdir-objects foreign no-dist-gzip dist-xz])
7AM_CONFIG_HEADER(include/autoconf.h) 8AM_CONFIG_HEADER(include/autoconf.h)
8 9
9AM_MAINTAINER_MODE 10AM_MAINTAINER_MODE
10 11
11AC_PREFIX_DEFAULT(/usr/games/deliantra) 12AC_PREFIX_DEFAULT(/usr/games/deliantra)
88 89
89AC_LANG(C++) 90AC_LANG(C++)
90AC_PROG_CXX 91AC_PROG_CXX
91AC_PROG_CPP 92AC_PROG_CPP
92 93
94AX_CXX_COMPILE_STDCXX_11([noext], [mandatory])
95
93AC_CHECK_HEADER(tr1/unordered_map,[],[AC_MSG_ERROR([Your compiler must support the Library Technical Report 1 extensions.])]) 96AC_CHECK_HEADER(tr1/unordered_map,[],[AC_MSG_ERROR([Your compiler must support the Library Technical Report 1 extensions.])])
94 97
95AC_CHECK_HEADER(pthread.h,[],[AC_MSG_ERROR([POSIX thread support is required.])]) 98AC_CHECK_HEADER(pthread.h,[],[AC_MSG_ERROR([POSIX thread support is required.])])
96 99
97AC_PATH_PROG(PKG_CONFIG, pkg-config, no) 100AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
217 220
218AC_SUBST(pkgstatedir,$localstatedir/$PACKAGE) 221AC_SUBST(pkgstatedir,$localstatedir/$PACKAGE)
219AC_SUBST(pkgconfdir,$sysconfdir/$PACKAGE) 222AC_SUBST(pkgconfdir,$sysconfdir/$PACKAGE)
220 223
221AC_OUTPUT([Makefile 224AC_OUTPUT([Makefile
222 include/Makefile lib/Makefile pod/Makefile random_maps/Makefile socket/Makefile 225 include/Makefile lib/Makefile pod/Makefile
223 server/Makefile utils/Makefile ext/Makefile doc/Makefile 226 utils/Makefile ext/Makefile doc/Makefile
224 common/Makefile utils/cfutil 227 utils/cfutil
225]) 228])
226 229

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines