Jelte Jansen
b78153aae5
[1640_2] switch order of botan tests
...
config script tests are now done before pkg-config tests
2012-03-09 21:59:59 +01:00
Jelte Jansen
717c10a44c
[1640] replace --with-botan by --with-botan-config
...
And check for several botan-config-X.Y scripts (as well as the original botan-config itself)
Also expand the error in case includes are found but linking fails (regarding missing dependencies on a number of systems)
2012-03-05 15:49:03 +01:00
haikuo zhang
9c4d0cadf4
[1680] remove --enable-boost-threads from configure.
2012-03-01 15:39:07 +08:00
Jeremy C. Reed
682df53277
[trac1687] make man page generation on by default
...
and change help to say how to disable it.
Not sure if want to do this or not. The plan in for
tarballs to include generated man pages anyways, so maybe this default
is not needed.
2012-02-29 10:30:10 -06:00
Mukund Sivaraman
bdb2771f51
[1671] Mention the default setting
2012-02-28 15:21:43 +05:30
Mukund Sivaraman
8684a411d7
[1671] Support --with-werror configure switch
2012-02-28 15:21:43 +05:30
Michal 'vorner' Vaner
79e99b7285
Merge #1691
2012-02-27 14:57:22 +01:00
Michal 'vorner' Vaner
5a7953933a
Merge #1643
2012-02-27 14:40:47 +01:00
JINMEI Tatuya
19ba70c7cc
[master] applied proposed patch for #1633 (MacOS Lion build fix)
2012-02-21 09:22:15 -08:00
Michal 'vorner' Vaner
f8cecc0e06
[1643] Empty module for tsig keyring
2012-02-17 13:05:21 +01:00
Jeremy C. Reed
bb8fad9e73
[trac1687][master] make --disable-man work
...
This was broken due to misuse of setting.
(--disable-man caused it to be enabled still.)
This may be changed in trac1687 branch to have different default behavior.
2012-02-16 14:33:00 -06:00
Jeremy C. Reed
2a349b194c
[master] make --disable-man work
...
This was broken due to misuse of setting.
(--disable-man caused it to be enabled still.)
This may be changed in trac1687 branch to have different default behavior.
2012-02-16 14:26:43 -06:00
Bernhard Reutner-Fischer
a265a99016
configure: conditionally add AM_SILENT_RULES
...
Use AM_SILENT_RULES if your automake is new enough (1.11 or later, IIRC)
To see non-abbreviated compilation commands, pass in V=1
as documented in the "Optional Features" section of the help output of
configure.
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2012-02-16 14:00:38 +01:00
Bernhard Reutner-Fischer
6129c3537c
configure: tweak checking for botan
...
If no botan-config was found we would end up doing:
checking for botan-config... no
/scratch/src/bind10/configure: line 16704: --libs: command not found
/scratch/src/bind10/configure: line 16705: --cflags: command not found
Instead, do not run botan-config if there was no botan-config found
as we will bail out gracefully later on if the botan headers could not
be found.
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2012-02-16 14:00:38 +01:00
Bernhard Reutner-Fischer
097a376ed6
configure: tweak quoting in CXX_TRY_FLAG
...
Add proper quotes to be on the safe side.
Remove superfluous whitespace in AC_LINK_IFELSE clause while at it.
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2012-02-16 14:00:38 +01:00
Jeremy C. Reed
789a59358f
[master]Merge branch 'master' of ssh://git.bind10.isc.org//var/bind10/git/bind10
2012-01-27 15:15:34 -06:00
Jeremy C. Reed
e7a62e622c
[master] bump version
2012-01-27 15:15:20 -06:00
Michal 'vorner' Vaner
f439a4c386
[1561] Move io module
...
It caused the pycompile script to fail
2012-01-25 11:04:55 +01:00
Jelte Jansen
5ba668a1fb
[1558] comment
2012-01-20 17:28:51 +01:00
Jelte Jansen
9acbd355c2
[1558] try both -R and -Wl,-R as rpath compiler flags
2012-01-20 16:16:35 +00:00
Stephen Morris
5a18f69235
[1527] Disable perfdhcp if getifaddrs() is not available
...
This is a fairly complex function so instead of writing a replacement
for it, compile a short program that outputs a message saying that
perfdhcp is not supported on that operating system.
2011-12-23 16:17:42 +00:00
Tomek Mrugalski
d82df10e19
Merge branch 'trac1237'
...
Conflicts:
ChangeLog
src/bin/dhcp4/dhcp4_srv.cc
src/bin/dhcp6/dhcp6_srv.cc
src/lib/dhcp/iface_mgr.cc
src/lib/dhcp/iface_mgr.h
src/lib/dhcp/tests/iface_mgr_unittest.cc
2011-12-23 13:52:12 +01:00
Jelte Jansen
a7341f3e33
[1440] update configure help string for botan-config
2011-12-23 11:26:59 +01:00
JINMEI Tatuya
67ebd76fc0
[master] removed perfdhcp/Makefile from AC_CONFIG_FILES, too (part of urgent
...
care workaround).
2011-12-22 22:48:50 -08:00
Jeremy C. Reed
d2c410cd67
[trac1526] check for clock_gettime in -lrt
...
Remove the OS detection from this branch. It will be part of different
branch (1237).
(I will test on MacOS X shortly.)
2011-12-22 11:37:51 -06:00
Tomek Mrugalski
d121042906
[1526] perfdhcp compilation fix (makefile.am/configure.ac)
2011-12-22 17:21:45 +01:00
Jeremy C. Reed
9a2f395450
[master]Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
2011-12-22 06:34:06 -06:00
Jeremy C. Reed
e303d47981
[master] also try to detect python3.2 executable
...
This is the executable name as installed on Debian with its
python3.2 package.
Python 3.2 appears to work and some have been using it for months.
2011-12-22 06:31:55 -06:00
Stephen Morris
85083a7610
Merge branch 'master' into trac1450
2011-12-22 12:08:19 +00:00
Tomek Mrugalski
e1252b9d0a
Merge branch 'master' into trac1237
...
Conflicts:
ChangeLog
src/bin/dhcp6/dhcp6_srv.cc
src/lib/dhcp/Makefile.am
src/lib/dhcp/iface_mgr.cc
src/lib/dhcp/iface_mgr.h
src/lib/dhcp/tests/Makefile.am
2011-12-20 16:59:47 +01:00
Jelte Jansen
b0d0bf39fb
[master] Merge branch 'trac1451'
...
Conflicts:
src/bin/Makefile.am
2011-12-20 14:44:27 +01:00
Tomek Mrugalski
5ec569cd8c
[1237] OS-detection cleanup, Linux-specific IfaceMgr cleanup.
2011-12-16 18:45:13 +01:00
Jeremy C. Reed
4d9485ae50
[master] whitespace police
2011-12-14 07:39:35 -06:00
Tomek Mrugalski
5749a7ada2
[992] Merge branch 'master' into trac992
...
Conflicts:
ChangeLog
src/bin/dhcp6/dhcp6_srv.cc
src/lib/dhcp/iface_mgr.cc
src/lib/dhcp/pkt4.h
src/lib/dhcp/tests/iface_mgr_unittest.cc
src/lib/dhcp/tests/pkt4_unittest.cc
2011-12-14 12:15:19 +01:00
Yoshitaka Aharen
8cb640551a
[510] whitespace style fix
2011-12-14 18:29:28 +09:00
Yoshitaka Aharen
ff81c97c2a
[510] forgot to merge
2011-12-14 18:11:27 +09:00
Jelte Jansen
6c60425c85
[1451] add (empty) manpage, and un-generate spec
2011-12-12 15:28:42 +01:00
Jelte Jansen
0431e1b28a
[1451] initial addition of directory and files
2011-12-12 15:28:41 +01:00
Jelte Jansen
91fb141bfb
Merge branch 'trac1442'
2011-12-09 09:06:56 +01:00
Jelte Jansen
7f52292565
[1442] updated some comments in configure.ac
2011-12-08 17:53:03 +01:00
Stephen Morris
bdaee9411e
[1450] Modify makefiles to get this to build in BIND 10
2011-12-08 12:26:25 +00:00
JINMEI Tatuya
0ae049de72
[1387] catch all ASIO exceptions in XfroutClient::connect.
...
without this the ASIO exception could be propagated due to (e.g.) too long
file name, which would subsequently shut down b10-auth.
2011-12-05 18:04:30 -08:00
Jelte Jansen
83ce13c2d8
Merge branch 'trac1292_2'
2011-12-02 09:37:25 +01:00
Jelte Jansen
7715c727d2
[1442] split -L and -l and add botan ldflags first
...
our debian test system has old botan libs in the library path used for gtest, making it fail with unknown algorithm errors unless botan is specified first
2011-12-01 11:07:10 +01:00
Jelte Jansen
eb703a7e5b
[1442] only do threads check when there is no gtest-config
2011-11-30 18:54:11 +01:00
Tomek Mrugalski
0ca7dca477
[1237] Initial interface detection implemented for Linux.
...
- Interface detection implemented for Linux.
- OS-specific defines added to configure.ac
- Added stub interface detection for BSD systems.
2011-11-30 17:00:42 +01:00
Jelte Jansen
7019db2a44
[1442] also temporarily set ldflags and cppflags for configure test
2011-11-30 07:30:07 -08:00
Jelte Jansen
9df50bec4e
[1442] rename log4cplus and botan make vars
...
and put them in the correct place
2011-11-30 16:08:29 +01:00
Jelte Jansen
15dffb02f1
[1442] conditionally check whether gtest needs pthread
2011-11-30 15:27:36 +01:00
Jelte Jansen
0737908f9e
[1442] initial patch to make it work (needs a bit of cleanup)
2011-11-30 14:53:58 +01:00