2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-28 12:37:55 +00:00

33 Commits

Author SHA1 Message Date
Francis Dupont
600b8934b0 [4009] Improved --with-boost-libs help 2015-09-24 15:18:35 +02:00
Francis Dupont
f96149661d [4009] Added --with-boost-lib-dir 2015-09-23 22:30:55 +02:00
Francis Dupont
e4c8ba6da6 [4009] Added boost_lib_path (NetBSD (and more?) fix) 2015-09-23 16:22:00 +02:00
Francis Dupont
a6f76109d3 [4009] Added --with-boost-libs for Fedora 22 where it can be required 2015-09-07 13:52:25 +02:00
Francis Dupont
8175031f4b [4009] Fixed the libboost_system dependency for Boost < 1.56 2015-09-04 10:42:21 +02:00
Francis Dupont
887b914eda [4009] Added asio header checks 2015-09-03 20:05:00 +02:00
Francis Dupont
adee8c93f7 [trac3614] removed no longer used --with-shared-memory and dependencies 2014-10-21 20:40:48 +02:00
Tomek Mrugalski
2056325369 [3421] Oops, examples/m4/ax_isc_rpath.m4 was used, moving to m4macros 2014-08-14 18:30:48 +02:00
Marcin Siodelski
962d0e1396 [3507] Renamed AX_BOOST_FOR_BIND10 macro to AX_BOOST_FOR_KEA. 2014-08-12 13:09:33 +02:00
Tomek Mrugalski
a4e148e849 [3413] sqlite scripts removed. 2014-06-03 13:36:31 +02:00
Mukund Sivaraman
5829e24056 [2367] Require sqlite3 python module only when DNS components are enabled 2014-02-28 05:31:30 +05:30
JINMEI Tatuya
f7ee4ceadd [mavericks] disable unused-arguments in boost p4 macro to avoid false positives
this can happen if clang++ is invoked via ccache.
2013-11-15 00:00:40 -08:00
Kean Johnston
e144ab7b4f [3107] Merge branch 'trac3107' 2013-11-14 10:10:29 +02:00
Jeremy C. Reed
4e7c1fb353 [master]Merge branch 'trac2939'
to add check for python sqlite3 module
2013-09-23 08:07:13 -05:00
Kean Johnston
cc480a6448 Use coding standards include syntax and add missing CPP flags to version checks 2013-09-16 15:29:58 +02:00
Kean Johnston
494ec81f8f [3107] add dependency version information to config.report
... also cleaned up the display of config.report some to avoid the
rather unsightly blank lines that were ejected quite frequently when a
give variable had empty contents.
2013-09-10 11:33:32 +02:00
Michal 'vorner' Vaner
a635a6d6ce [3049] Check for offset_ptr with -Werror 2013-08-16 09:59:55 +02:00
Mukund Sivaraman
cf7cb62d77 [3025] Update description for BOOST_OFFSET_PTR_OLD 2013-08-13 17:20:47 +05:30
Michal 'vorner' Vaner
68b075b70c [2939] Check for python sqlite3 module 2013-08-12 16:31:25 +02:00
Michal 'vorner' Vaner
290fb63c1c [3025] Rename variable
The bug is in offset pointer, not in the red-black tree.
2013-08-12 12:03:09 +02:00
Michal 'vorner' Vaner
6faea42739 [3025] Detect a too old version of boost
With old version of boost and some versions of gcc, the RBTree
implementation is not stable with optimisations turned on. Detect the
old boost if we use gcc (no idea how to trigger it with the whole
machinery of the crashing test, so testing against the version).

Fail in that case now, we'll do something more drastic in following
commits.
2013-08-07 09:57:52 +02:00
Mukund Sivaraman
30e7a2c749 [3039] Detect build failures due to BOOST_STATIC_ASSERT during configure 2013-07-08 08:19:31 +05:30
Mukund Sivaraman
8d6493eb98 [1909] EXTRA_DIST the m4 files
... in case someone wants to autoreconf from a tarball.
2013-05-02 08:29:55 +05:30
Mukund Sivaraman
f182b85e7a [1909] Remove redundant AC_SUBSTs 2013-05-02 08:27:55 +05:30
Mukund Sivaraman
fa72716d18 [1909] Move sqlite3 check to m4macros/ dir 2013-05-01 10:08:35 +05:30
JINMEI Tatuya
ba0d6139ca [2831] make sure BOOST_NUMERIC_CAST_WOULDFAIL is set in all cases
also, corrected incorrect reset of CXXFLAGS
2013-04-10 14:31:07 -07:00
JINMEI Tatuya
d17b3c0067 [2831] set -Wall and -Wextra to detect possible warnings more accurately. 2013-04-10 14:29:20 -07:00
JINMEI Tatuya
e01ee176ce [2831] detect buildability of managed_mapped_file, w/ or w/o -Werror. 2013-04-10 14:28:51 -07:00
JINMEI Tatuya
4323bf82f0 [1991] make sure the check is with -Werror and only for g++-variants 2012-12-27 18:36:49 -08:00
JINMEI Tatuya
fb95fbd371 [1991] added checks for FreeBSD build failure due to a ports bug. 2012-12-27 18:14:36 -08:00
JINMEI Tatuya
96e4248d61 [1991] moved boost-related config to a separate m4
in order to keep the main configure.ac more concise, and so that we can
eventually introduce more fine-grained configuration (e.g., skipping some
checks for DNS/DHCP-only build)

At the moment, this is just a cleanup, and doesn't change the behavior itself.
2012-12-27 17:54:42 -08:00
Mukund Sivaraman
3055e37cd7 [master] Update .gitignore 2012-04-30 09:33:45 +05:30
Mukund Sivaraman
f9d8efd545 [master] Put libtool macros in m4macros/ 2012-04-30 09:32:17 +05:30