this will fix a crash in asiolink tests on OpenBSD due to its deviant
behavior that could result in different configuration on the use of
boost threads in different .cc files.
1. Fix minor gremlins in unit test and main program
2. Update to rename b10-dbutil process (and so avoid an error
from the process_rename_test check).
3. With (2), add run_dbutil to run in test mode
removed arguments that were never used, use PATH_SEPARATOR instead of literal, add comments, fixed AXC_CHECK_PROG_NONCACHE for the case where $3 is not supplied
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)
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.
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.
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.
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>
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>
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>
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.