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.185 by root, Wed Nov 16 22:31:34 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
7AM_CONFIG_HEADER(include/autoconf.h) 8AM_CONFIG_HEADER(include/autoconf.h)
8 9
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)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines