configure.ac 64 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696
  1. # -*- Autoconf -*-
  2. # Process this file with autoconf to produce a configure script.
  3. AC_PREREQ([2.59])
  4. AC_INIT(bind10, 20130529, bind10-dev@isc.org)
  5. AC_CONFIG_SRCDIR(README)
  6. # serial-tests is not available in automake version before 1.13. In
  7. # automake 1.13 and higher, AM_PROG_INSTALL is undefined, so we'll check
  8. # that and conditionally use serial-tests.
  9. AM_INIT_AUTOMAKE(
  10. [foreign]
  11. m4_ifndef([AM_PROG_INSTALL], [serial-tests])
  12. )
  13. m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])dnl be backward compatible
  14. AC_CONFIG_HEADERS([config.h])
  15. AC_CONFIG_MACRO_DIR([m4macros])
  16. # Checks for programs.
  17. AC_PROG_CXX
  18. # Enable low-performing debugging facilities? This option optionally
  19. # enables some debugging aids that perform slowly and hence aren't built
  20. # by default.
  21. AC_ARG_ENABLE([debug],
  22. AS_HELP_STRING([--enable-debug],
  23. [enable debugging (default is no)]),
  24. [case "${enableval}" in
  25. yes) debug_enabled=yes ;;
  26. no) debug_enabled=no ;;
  27. *) AC_MSG_ERROR([bad value ${enableval} for --enable-debug]) ;;
  28. esac],[debug_enabled=no])
  29. AM_CONDITIONAL([DEBUG_ENABLED], [test x$debug_enabled = xyes])
  30. AM_COND_IF([DEBUG_ENABLED], [AC_DEFINE([ENABLE_DEBUG], [1], [Enable low-performing debugging facilities?])])
  31. # Libtool configuration
  32. #
  33. # libtool cannot handle spaces in paths, so exit early if there is one
  34. if [ test `echo $PWD | grep -c ' '` != "0" ]; then
  35. AC_MSG_ERROR([BIND 10 cannot be built in a directory that contains spaces, because of libtool limitations. Please change the directory name, or use a symbolic link that does not contain spaces.])
  36. fi
  37. # On FreeBSD (and probably some others), clang++ does not meet an autoconf
  38. # assumption in identifying libtool configuration regarding shared library:
  39. # the configure script will execute "$CC -shared $CFLAGS/$CXXFLAGS -v" and
  40. # expect the output contains -Lxxx or -Ryyy. This is the case for g++, but
  41. # not for clang++, and, as a result, it will cause various errors in linking
  42. # programs or running them with a shared object (such as some of our python
  43. # scripts).
  44. # To work around this problem we define a temporary variable
  45. # "CXX_LIBTOOL_LDFLAGS". It's expected to be defined as, e.g, "-L/usr/lib"
  46. # to temporarily fake the output so that it will be compatible with that of
  47. # g++.
  48. CFLAGS_SAVED=$CFLAGS
  49. CXXFLAGS_SAVED=$CXXFLAGS
  50. CFLAGS="$CFLAGS $CXX_LIBTOOL_LDFLAGS"
  51. CXXFLAGS="$CXXFLAGS $CXX_LIBTOOL_LDFLAGS"
  52. AC_PROG_LIBTOOL
  53. CFLAGS=$CFLAGS_SAVED
  54. CXXFLAGS=$CXXFLAGS_SAVED
  55. # Use C++ language
  56. AC_LANG([C++])
  57. # Identify the compiler: this check must be after AC_PROG_CXX and AC_LANG.
  58. AM_CONDITIONAL(USE_GXX, test "X${GXX}" = "Xyes")
  59. AC_CHECK_DECL([__SUNPRO_CC], [SUNCXX="yes"], [SUNCXX="no"])
  60. AC_CHECK_DECL([__clang__], [CLANGPP="yes"], [CLANGPP="no"])
  61. AM_CONDITIONAL(USE_CLANGPP, test "X${CLANGPP}" = "Xyes")
  62. dnl Determine if weare using GNU sed
  63. GNU_SED=no
  64. $SED --version 2> /dev/null | grep -q GNU
  65. if test $? -eq 0; then
  66. GNU_SED=yes
  67. fi
  68. # Linker options
  69. # check -R, "-Wl,-R" or -rpath (we share the AX function defined in
  70. # examples/m4)
  71. AX_ISC_RPATH
  72. # Compiler dependent settings: define some mandatory CXXFLAGS here.
  73. # We also use a separate variable B10_CXXFLAGS. This will (and should) be
  74. # used as the default value for each specific AM_CXXFLAGS:
  75. # AM_CXXFLAGS = $(B10_CXXFLAGS)
  76. # AM_CXXFLAGS += ... # add module specific flags
  77. # We need this so that we can disable some specific compiler warnings per
  78. # module basis; since AM_CXXFLAGS are placed before CXXFLAGS, and since
  79. # gcc's -Wno-XXX option must be specified after -Wall or -Wextra, we cannot
  80. # specify the default warning flags in CXXFLAGS and let specific modules
  81. # "override" the default.
  82. # This may be used to try linker flags.
  83. AC_DEFUN([BIND10_CXX_TRY_FLAG], [
  84. AC_MSG_CHECKING([whether $CXX supports $1])
  85. bind10_save_CXXFLAGS="$CXXFLAGS"
  86. CXXFLAGS="$CXXFLAGS $1"
  87. AC_LINK_IFELSE([AC_LANG_SOURCE([int main(void){ return 0;}])],
  88. [bind10_cxx_flag=yes], [bind10_cxx_flag=no])
  89. CXXFLAGS="$bind10_save_CXXFLAGS"
  90. if test "x$bind10_cxx_flag" = "xyes"; then
  91. ifelse([$2], , :, [$2])
  92. else
  93. ifelse([$3], , :, [$3])
  94. fi
  95. AC_MSG_RESULT([$bind10_cxx_flag])
  96. ])
  97. CXX_VERSION="unknown"
  98. # SunStudio compiler requires special compiler options for boost
  99. # (http://blogs.sun.com/sga/entry/boost_mini_howto)
  100. if test "$SUNCXX" = "yes"; then
  101. CXX_VERSION=`$CXX -V 2> /dev/null | head -1`
  102. CXXFLAGS="$CXXFLAGS -library=stlport4 -features=tmplife -features=tmplrefstatic"
  103. MULTITHREADING_FLAG="-mt"
  104. fi
  105. # Newer versions of clang++ promotes "unused driver arguments" warnings to
  106. # a fatal error with -Werror, causing build failure. Since we use multiple
  107. # compilers on multiple systems, this can easily happen due to settings for
  108. # non clang++ environments that could be just ignored otherwise. It can also
  109. # happen if clang++ is used via ccache. So, although probably suboptimal,
  110. # we suppress this particular warning. Note that it doesn't weaken checks
  111. # on the source code.
  112. if test "$CLANGPP" = "yes"; then
  113. CXX_VERSION=`$CXX --version 2> /dev/null | head -1`
  114. B10_CXXFLAGS="$B10_CXXFLAGS -Qunused-arguments"
  115. fi
  116. BIND10_CXX_TRY_FLAG([-Wno-missing-field-initializers],
  117. [WARNING_NO_MISSING_FIELD_INITIALIZERS_CFLAG="-Wno-missing-field-initializers"])
  118. AC_SUBST(WARNING_NO_MISSING_FIELD_INITIALIZERS_CFLAG)
  119. # gcc specific settings:
  120. if test "X$GXX" = "Xyes"; then
  121. CXX_VERSION=`$CXX --version 2> /dev/null | head -1`
  122. B10_CXXFLAGS="$B10_CXXFLAGS -Wall -Wextra -Wnon-virtual-dtor -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare"
  123. case "$host" in
  124. *-solaris*)
  125. MULTITHREADING_FLAG=-pthreads
  126. # In Solaris, IN6ADDR_ANY_INIT and IN6ADDR_LOOPBACK_INIT need -Wno-missing-braces
  127. B10_CXXFLAGS="$B10_CXXFLAGS -Wno-missing-braces"
  128. ;;
  129. *)
  130. MULTITHREADING_FLAG=-pthread
  131. ;;
  132. esac
  133. # Don't use -Werror if configured not to
  134. AC_ARG_WITH(werror,
  135. AC_HELP_STRING([--with-werror], [Compile using -Werror (default=yes)]),
  136. [
  137. case "${withval}" in
  138. yes) with_werror=1 ;;
  139. no) with_werror=0 ;;
  140. *) AC_MSG_ERROR(bad value ${withval} for --with-werror) ;;
  141. esac],
  142. [with_werror=1])
  143. werror_ok=0
  144. # Certain versions of gcc (g++) have a bug that incorrectly warns about
  145. # the use of anonymous name spaces even if they're closed in a single
  146. # translation unit. For these versions we have to disable -Werror.
  147. if test $with_werror = 1; then
  148. CXXFLAGS_SAVED="$CXXFLAGS"
  149. CXXFLAGS="$CXXFLAGS $B10_CXXFLAGS -Werror"
  150. AC_MSG_CHECKING(for in-TU anonymous namespace breakage)
  151. # We use struct, not class, here, because some compilers complain about
  152. # "unused private members", causing a false positive.
  153. AC_TRY_COMPILE([namespace { struct Foo {}; }
  154. namespace isc {struct Bar {Foo foo_;};} ],,
  155. [AC_MSG_RESULT(no)
  156. werror_ok=1
  157. B10_CXXFLAGS="$B10_CXXFLAGS -Werror"],
  158. [AC_MSG_RESULT(yes)])
  159. CXXFLAGS="$CXXFLAGS_SAVED"
  160. fi
  161. fi dnl GXX = yes
  162. # allow building programs with static link. we need to make it selective
  163. # because loadable modules cannot be statically linked.
  164. AC_ARG_ENABLE([static-link],
  165. AC_HELP_STRING([--enable-static-link],
  166. [build programs with static link [[default=no]]]),
  167. [enable_static_link=yes], [enable_static_link=no])
  168. AM_CONDITIONAL(USE_STATIC_LINK, test $enable_static_link = yes)
  169. AM_COND_IF([USE_STATIC_LINK], [AC_DEFINE([USE_STATIC_LINK], [1], [BIND 10 was statically linked?])])
  170. # Check validity about some libtool options
  171. if test $enable_static_link = yes -a $enable_static = no; then
  172. AC_MSG_ERROR([--enable-static-link requires --enable-static])
  173. fi
  174. if test $enable_shared = no; then
  175. AC_MSG_ERROR([BIND 10 requires shared libraries to be built])
  176. fi
  177. # allow configuring without setproctitle.
  178. AC_ARG_ENABLE(setproctitle-check,
  179. AC_HELP_STRING([--disable-setproctitle-check],
  180. [do not check for python setproctitle module (used to give nice names to python processes)]),
  181. setproctitle_check=$enableval, setproctitle_check=yes)
  182. # OS dependent configuration
  183. SET_ENV_LIBRARY_PATH=no
  184. ENV_LIBRARY_PATH=LD_LIBRARY_PATH
  185. case "$host" in
  186. *-solaris*)
  187. # Solaris requires special definitions to get some standard libraries
  188. # (e.g. getopt(3)) available with common used header files.
  189. CPPFLAGS="$CPPFLAGS -D_XPG4_2 -D__EXTENSIONS__"
  190. # "now" binding is necessary to prevent deadlocks in C++ static initialization code
  191. LDFLAGS="$LDFLAGS -z now"
  192. # Destroying locked mutexes, condition variables being waited
  193. # on, etc. are undefined behavior on Solaris, so we set it as
  194. # such here.
  195. AC_DEFINE([HAS_UNDEFINED_PTHREAD_BEHAVIOR], [1], [Does this platform have some undefined pthreads behavior?])
  196. ;;
  197. *-apple-darwin*)
  198. # Starting with OSX 10.7 (Lion) we must choose which IPv6 API to use
  199. # (RFC2292 or RFC3542).
  200. CPPFLAGS="$CPPFLAGS -D__APPLE_USE_RFC_3542"
  201. # libtool doesn't work perfectly with Darwin: libtool embeds the
  202. # final install path in dynamic libraries and our loadable python
  203. # modules always refer to that path even if it's loaded within the
  204. # source tree. This prevents pre-install tests from working.
  205. # To work around this problem we explicitly specify paths to dynamic
  206. # libraries when we use them in the source tree.
  207. SET_ENV_LIBRARY_PATH=yes
  208. ENV_LIBRARY_PATH=DYLD_LIBRARY_PATH
  209. ;;
  210. *-freebsd*)
  211. SET_ENV_LIBRARY_PATH=yes
  212. ;;
  213. *-netbsd*)
  214. SET_ENV_LIBRARY_PATH=yes
  215. ;;
  216. *-openbsd*)
  217. SET_ENV_LIBRARY_PATH=yes
  218. ;;
  219. esac
  220. AM_CONDITIONAL(SET_ENV_LIBRARY_PATH, test $SET_ENV_LIBRARY_PATH = yes)
  221. AC_SUBST(SET_ENV_LIBRARY_PATH)
  222. AC_SUBST(ENV_LIBRARY_PATH)
  223. # Our experiments have shown Solaris 10 has broken support for the
  224. # IPV6_USE_MIN_MTU socket option for getsockopt(); it doesn't return the value
  225. # previously set via setsockopt(). We know it doesn't happen on one instance
  226. # on Solaris 11, but we don't know whether it happens for any Solaris 10
  227. # implementations or for earlier versions of Solaris. In any case, at the
  228. # moment this matters for only one unittest case, so we'll simply disable
  229. # the affected test using the following definition with the specific hardcoding
  230. # of that version of Solaris.
  231. case "$host" in
  232. *-solaris2.10)
  233. AC_DEFINE([HAVE_BROKEN_GET_IPV6_USE_MIN_MTU], [1],
  234. [Define to 1 if getsockopt(IPV6_USE_MIN_MTU) does not work])
  235. ;;
  236. esac
  237. m4_define([_AM_PYTHON_INTERPRETER_LIST], [python python3.3 python3.2 python3.1 python3])
  238. AC_ARG_WITH([pythonpath],
  239. AC_HELP_STRING([--with-pythonpath=PATH],
  240. [specify an absolute path to python executable when automatic version check (incorrectly) fails]),
  241. [python_path="$withval"], [python_path="auto"])
  242. if test "$python_path" = auto; then
  243. AM_PATH_PYTHON([3.1])
  244. else
  245. # Older versions of automake can't handle python3 well. This is an
  246. # in-house workaround for them.
  247. PYTHON=$python_path
  248. AC_SUBST(PYTHON)
  249. PYTHON_PREFIX='${prefix}'
  250. AC_SUBST(PYTHON_PREFIX)
  251. PYTHON_EXEC_PREFIX='$(exec_prefix)'
  252. AC_SUBST(PYTHON_EXEC_PREFIX)
  253. PYTHON_VERSION=[`$PYTHON -c "import sys; sys.stdout.write(sys.version[:3])"`]
  254. if test `echo "$PYTHON_VERSION >= 3.1" | bc` != 1 ; then
  255. AC_MSG_ERROR(["Python version too old: $PYTHON_VERSION, need 3.1 or higher"])
  256. fi
  257. AC_SUBST(PYTHON_VERSION)
  258. PYTHON_PLATFORM=`$PYTHON -c "import sys; print(sys.platform)"`
  259. AC_SUBST(PYTHON_PLATFORM)
  260. pythondir='${prefix}/lib/python'$PYTHON_VERSION'/site-packages'
  261. AC_SUBST(pythondir)
  262. pkgpythondir='${pythondir}/'$PACKAGE
  263. AC_SUBST(pkgpythondir)
  264. pyexecdir='${exec_prefix}/lib/python'$PYTHON_VERSION'/site-packages'
  265. AC_SUBST(pyexecdir)
  266. pkgpyexecdir='${pyexecdir}/'$PACKAGE
  267. AC_SUBST(pkgpyexecdir)
  268. fi
  269. # We need to store the default pyexecdir in a separate variable so that
  270. # we can specify in Makefile.am the install directory of various BIND 10
  271. # python scripts and loadable modules; in Makefile.am we cannot replace
  272. # $(pyexecdir) using itself, e.g, this doesn't work:
  273. # pyexecdir = $(pyexecdir)/isc/some_module
  274. # The separate variable makes this setup possible as follows:
  275. # pyexecdir = $(PYTHON_SITEPKG_DIR)/isc/some_module
  276. PYTHON_SITEPKG_DIR=${pyexecdir}
  277. AC_SUBST(PYTHON_SITEPKG_DIR)
  278. # This will be commonly used in various Makefile.am's that need to generate
  279. # python log messages.
  280. PYTHON_LOGMSGPKG_DIR="\$(top_builddir)/src/lib/python/isc/log_messages"
  281. AC_SUBST(PYTHON_LOGMSGPKG_DIR)
  282. # This is python package paths commonly used in python tests. See
  283. # README of log_messages for why it's included.
  284. # lib/dns/python/.libs is necessary because __init__.py of isc package
  285. # automatically imports isc.datasrc, which then requires the DNS loadable
  286. # module. #2145 should eliminate the need for it.
  287. COMMON_PYTHON_PATH="\$(abs_top_builddir)/src/lib/python/isc/log_messages:\$(abs_top_builddir)/src/lib/python/isc/cc:\$(abs_top_srcdir)/src/lib/python:\$(abs_top_builddir)/src/lib/python:\$(abs_top_builddir)/src/lib/dns/python/.libs"
  288. AC_SUBST(COMMON_PYTHON_PATH)
  289. # Check for python development environments
  290. if test -x ${PYTHON}-config; then
  291. PYTHON_INCLUDES=`${PYTHON}-config --includes`
  292. # Add any '-L..." flags to PYTHON_LDFLAGS. We first make a copy of
  293. # python-config --ldflags, removing any spaces and tabs
  294. # between "-L" and its argument (some instances of python-config
  295. # insert a space, which would confuse the code below).
  296. # Notes: if -L isn't contained at all we can simply skip this process,
  297. # so we only go through the flag if it's contained; also, protecting
  298. # the output with [] seems necessary for environment to avoid getting
  299. # an empty output accidentally.
  300. python_config_ldflags=[`${PYTHON}-config --ldflags | ${SED} -ne 's/\([ \t]*-L\)[ ]*\([^ \t]*[ \t]*\)/\1\2/gp'`]
  301. for flag in $python_config_ldflags; do
  302. flag=`echo $flag | ${SED} -ne 's/^\(\-L.*\)$/\1/p'`
  303. if test "X${flag}" != X; then
  304. PYTHON_LDFLAGS="$PYTHON_LDFLAGS ${flag}"
  305. fi
  306. done
  307. # on some platforms, ${PYTHON}-config --ldflags doesn't provide a -L
  308. # option while having the library under a non trivial directory.
  309. # as a workaround we try the "lib" sub directory under the common
  310. # prefix for this python.
  311. if test -z "${PYTHON_LDFLAGS}"; then
  312. PYTHON_LDFLAGS="-L`${PYTHON}-config --prefix`/lib"
  313. fi
  314. else
  315. if test "X$PYTHON_INCLUDES" = X -o "X$PYTHON_LDFLAGS" = X; then
  316. AC_MSG_WARN([${PYTHON}-config does not exist or is not executable, so we could not detect python development environment. Your system may require an additional package (e.g. "python3-dev"). Alternatively, if you are sure you have python headers and libraries, define PYTHON_INCLUDES and PYTHON_LDFLAGS and run this script.])
  317. fi
  318. fi
  319. # Some OSes including NetBSD don't install libpython.so in a well known path.
  320. # To avoid requiring dynamic library path with our python wrapper loadable
  321. # modules, we embed the path to the modules when possible. We do this even
  322. # when the path is known in the common operational environment (e.g. when
  323. # it's stored in a common "hint" file) for simplicity.
  324. if test "x$ISC_RPATH_FLAG" != "x"; then
  325. python_rpath=
  326. for flag in ${PYTHON_LDFLAGS}; do
  327. python_rpath="${python_rpath} `echo $flag | ${SED} -ne "s/^\(\-L\)/${ISC_RPATH_FLAG}/p"`"
  328. done
  329. PYTHON_LDFLAGS="${PYTHON_LDFLAGS} ${python_rpath}"
  330. fi
  331. AC_SUBST(PYTHON_INCLUDES)
  332. AC_SUBST(PYTHON_LDFLAGS)
  333. CPPFLAGS_SAVED="$CPPFLAGS"
  334. CPPFLAGS="$CPPFLAGS ${PYTHON_INCLUDES}"
  335. AC_CHECK_HEADERS([Python.h],, AC_MSG_ERROR([Missing Python.h]))
  336. CPPFLAGS="$CPPFLAGS_SAVED"
  337. # Check for python library. Needed for Python-wrapper libraries.
  338. LDFLAGS_SAVED="$LDFLAGS"
  339. LDFLAGS="$LDFLAGS $PYTHON_LDFLAGS"
  340. python_bin="python${PYTHON_VERSION}"
  341. AC_CHECK_LIB($python_bin, main, python_lib=$python_bin, python_lib=no)
  342. if test $python_lib != "no"; then
  343. PYTHON_LIB="-l$python_lib"
  344. fi
  345. AC_SUBST(PYTHON_LIB)
  346. LDFLAGS=$LDFLAGS_SAVED
  347. # Check for the setproctitle module
  348. if test "$setproctitle_check" = "yes" ; then
  349. AC_MSG_CHECKING(for setproctitle module)
  350. if "$PYTHON" -c 'import setproctitle' 2>/dev/null ; then
  351. AC_MSG_RESULT(ok)
  352. else
  353. AC_MSG_RESULT(missing)
  354. AC_MSG_WARN([Missing setproctitle python module.
  355. Use --disable-setproctitle-check to skip this check.
  356. In this case we will continue, but naming of python processes will not work.])
  357. fi
  358. fi
  359. # (g++ only check)
  360. # Python 3.2 has an unused parameter in one of its headers. This
  361. # has been reported, but not fixed as of yet, so we check if we need
  362. # to set -Wno-unused-parameter.
  363. if test "X$GXX" = "Xyes" -a $werror_ok = 1; then
  364. CPPFLAGS_SAVED="$CPPFLAGS"
  365. CPPFLAGS=${PYTHON_INCLUDES}
  366. CXXFLAGS_SAVED="$CXXFLAGS"
  367. CXXFLAGS="$CXXFLAGS $B10_CXXFLAGS -Werror"
  368. AC_MSG_CHECKING([whether we need -Wno-unused-parameter for python])
  369. AC_TRY_COMPILE(
  370. [#include <Python.h>],
  371. [],
  372. [AC_MSG_RESULT(no)],
  373. [
  374. CXXFLAGS="$CXXFLAGS -Wno-unused-parameter"
  375. AC_TRY_COMPILE([#include <Python.h>],
  376. [],
  377. [AC_MSG_RESULT(yes)
  378. PYTHON_CXXFLAGS="${PYTHON_CXXFLAGS} -Wno-unused-parameter"
  379. AC_SUBST(PYTHON_CXXFLAGS)
  380. ],
  381. [AC_MSG_ERROR([Can't compile against Python.h. If you're using MacOS X and have installed Python with Homebrew, see http://bind10.isc.org/wiki/SystemNotesMacOSX])]
  382. )
  383. ]
  384. )
  385. CXXFLAGS="$CXXFLAGS_SAVED"
  386. CPPFLAGS="$CPPFLAGS_SAVED"
  387. fi
  388. # produce PIC unless we disable shared libraries. need this for python bindings.
  389. if test $enable_shared != "no" -a "X$GXX" = "Xyes"; then
  390. B10_CXXFLAGS="$B10_CXXFLAGS -fPIC"
  391. fi
  392. AC_SUBST(B10_CXXFLAGS)
  393. # Checks for libraries.
  394. AC_SEARCH_LIBS(inet_pton, [nsl])
  395. AC_SEARCH_LIBS(recvfrom, [socket])
  396. AC_SEARCH_LIBS(nanosleep, [rt])
  397. AC_SEARCH_LIBS(dlsym, [dl])
  398. # Checks for header files.
  399. # Checks for typedefs, structures, and compiler characteristics.
  400. AC_HEADER_STDBOOL
  401. AC_TYPE_SIZE_T
  402. # Detect OS type (it may be used to do OS-specific things, e.g.
  403. # interface detection in DHCP)
  404. AC_MSG_CHECKING(OS family)
  405. system=`uname -s`
  406. case $system in
  407. Linux)
  408. OS_TYPE="Linux"
  409. CPPFLAGS="$CPPFLAGS -DOS_LINUX"
  410. ;;
  411. Darwin | FreeBSD | NetBSD | OpenBSD)
  412. OS_TYPE="BSD"
  413. CPPFLAGS="$CPPFLAGS -DOS_BSD"
  414. ;;
  415. SunOS)
  416. OS_TYPE="Solaris"
  417. CPPFLAGS="$CPPFLAGS -DOS_SUN"
  418. ;;
  419. *)
  420. OS_TYPE="Unknown"
  421. AC_MSG_WARN("Unsupported OS: uname returned $system")
  422. ;;
  423. esac
  424. AC_MSG_RESULT($OS_TYPE)
  425. AM_CONDITIONAL(OS_LINUX, test $OS_TYPE = Linux)
  426. AM_COND_IF([OS_LINUX], [AC_DEFINE([OS_LINUX], [1], [Running on Linux?])])
  427. AM_CONDITIONAL(OS_BSD, test $OS_TYPE = BSD)
  428. AM_COND_IF([OS_BSD], [AC_DEFINE([OS_BSD], [1], [Running on BSD?])])
  429. AM_CONDITIONAL(OS_SOLARIS, test $OS_TYPE = Solaris)
  430. AM_COND_IF([OS_SOLARIS], [AC_DEFINE([OS_SOLARIS], [1], [Running on Solaris?])])
  431. # Deal with variants
  432. AM_CONDITIONAL(OS_FREEBSD, test $system = FreeBSD)
  433. AM_COND_IF([OS_FREEBSD], [AC_DEFINE([OS_FREEBSD], [1], [Running on FreeBSD?])])
  434. AM_CONDITIONAL(OS_NETBSD, test $system = NetBSD)
  435. AM_COND_IF([OS_NETBSD], [AC_DEFINE([OS_NETBSD], [1], [Running on NetBSD?])])
  436. AM_CONDITIONAL(OS_OPENBSD, test $system = OpenBSD)
  437. AM_COND_IF([OS_OPENBSD], [AC_DEFINE([OS_OPENBSD], [1], [Running on OpenBSD?])])
  438. AM_CONDITIONAL(OS_OSX, test $system = Darwin)
  439. AM_COND_IF([OS_OSX], [AC_DEFINE([OS_OSX], [1], [Running on OSX?])])
  440. AC_MSG_CHECKING(for sa_len in struct sockaddr)
  441. AC_TRY_COMPILE([
  442. #include <sys/types.h>
  443. #include <sys/socket.h>],
  444. [struct sockaddr sa; sa.sa_len = 0; return (0);],
  445. [AC_MSG_RESULT(yes)
  446. AC_DEFINE(HAVE_SA_LEN, 1, [Define to 1 if sockaddr has a sa_len member, and corresponding sin_len and sun_len])],
  447. AC_MSG_RESULT(no))
  448. AC_ARG_WITH(pycoverage,
  449. [ --with-pycoverage[=PROGRAM] enable python code coverage using the specified coverage], pycoverage="$withval", pycoverage="no")
  450. if test "$pycoverage" = "no" ; then
  451. # just run the tests normally with python
  452. PYCOVERAGE_RUN="${PYTHON}"
  453. USE_PYCOVERAGE="no"
  454. elif test "$pycoverage" = "yes" ; then
  455. PYCOVERAGE="coverage"
  456. PYCOVERAGE_RUN="${PYCOVERAGE} run --branch --append"
  457. USE_PYCOVERAGE="yes"
  458. else
  459. PYCOVERAGE="$pycoverage"
  460. PYCOVERAGE_RUN="${PYCOVERAGE} run --branch --append"
  461. USE_PYCOVERAGE="yes"
  462. fi
  463. AM_CONDITIONAL(ENABLE_PYTHON_COVERAGE, test x$USE_PYCOVERAGE != xno)
  464. AC_SUBST(PYCOVERAGE)
  465. AC_SUBST(PYCOVERAGE_RUN)
  466. AC_SUBST(USE_PYCOVERAGE)
  467. enable_gtest="no"
  468. GTEST_INCLUDES=
  469. AC_ARG_WITH([gtest-source],
  470. [AS_HELP_STRING([--with-gtest-source=PATH],
  471. [location of the Googletest source, defaults to /usr/src/gtest])],
  472. [enable_gtest="yes" ; GTEST_SOURCE="$withval"],
  473. [GTEST_SOURCE="/usr/src/gtest"])
  474. AC_ARG_WITH([gtest],
  475. [AS_HELP_STRING([--with-gtest=PATH],
  476. [specify a path to gtest header files (PATH/include) and library (PATH/lib)])],
  477. [gtest_path="$withval"; enable_gtest="yes"], [gtest_path="no"])
  478. AC_ARG_WITH(lcov,
  479. [ --with-lcov[=PROGRAM] enable gtest and coverage target using the specified lcov], lcov="$withval", lcov="no")
  480. USE_LCOV="no"
  481. if test "$lcov" != "no"; then
  482. # force gtest if not set
  483. if test "$enable_gtest" = "no"; then
  484. # AC_MSG_ERROR("lcov needs gtest for test coverage report")
  485. AC_MSG_NOTICE([gtest support is now enabled, because used by coverage tests])
  486. enable_gtest="yes"
  487. fi
  488. if test "$lcov" != "yes"; then
  489. LCOV=$lcov
  490. else
  491. AC_PATH_PROG([LCOV], [lcov])
  492. fi
  493. if test -x "${LCOV}"; then
  494. USE_LCOV="yes"
  495. else
  496. AC_MSG_ERROR([Cannot find lcov.])
  497. fi
  498. # is genhtml always in the same directory?
  499. GENHTML=`echo "$LCOV" | ${SED} s/lcov$/genhtml/`
  500. if test ! -x $GENHTML; then
  501. AC_MSG_ERROR([genhtml not found, needed for lcov])
  502. fi
  503. # GCC specific?
  504. CXXFLAGS="$CXXFLAGS -fprofile-arcs -ftest-coverage"
  505. LIBS=" $LIBS -lgcov"
  506. AC_SUBST(CPPFLAGS)
  507. AC_SUBST(LIBS)
  508. AC_SUBST(LCOV)
  509. AC_SUBST(GENHTML)
  510. fi
  511. AC_SUBST(USE_LCOV)
  512. # Simplified, non-caching AC_CHECK_PROG
  513. # Searches $PATH for the existence of argument 2,
  514. # and sets the full path to the variable in argument 1.
  515. # if not found, and a third argument is given, the value
  516. # is set to that. If not, the value is untouched.
  517. # Does not take absolute paths into account at this point,
  518. # and also works for single files only (arguments are not
  519. # stripped like in AC_CHECK_PROG)
  520. AC_DEFUN([ACX_CHECK_PROG_NONCACHE], [
  521. RESULT=""
  522. IFS_SAVED="$IFS"
  523. IFS=${PATH_SEPARATOR}
  524. for cur_path in ${PATH} ; do
  525. if test -e "${cur_path}/$2" ; then
  526. RESULT="${cur_path}/$2"
  527. fi
  528. done
  529. if test "$RESULT" = "" ; then
  530. :
  531. m4_ifvaln([$3], [$1=$3])
  532. else
  533. $1=$RESULT
  534. fi
  535. IFS="$IFS_SAVED"
  536. ])
  537. # Botan helper test function
  538. # Tries to compile a botan program, given the output of the given
  539. # config tool
  540. # Arguments:
  541. # - name of tool (checked for path), must support --libs and --cflags
  542. # - fixed argument(s) for tool
  543. # - action if successful
  544. AC_DEFUN([ACX_TRY_BOTAN_TOOL], [
  545. TOOL=$1
  546. TOOL_ARG=$2
  547. BOTAN_TOOL=""
  548. ACX_CHECK_PROG_NONCACHE([BOTAN_TOOL], [${TOOL}])
  549. AC_MSG_CHECKING([usability of ${TOOL} ${TOOL_ARG}])
  550. if test "$BOTAN_TOOL" != "" ; then
  551. if test -x ${BOTAN_TOOL}; then
  552. BOTAN_LIBS=`$BOTAN_TOOL $TOOL_ARG --libs`
  553. LIBS_SAVED=${LIBS}
  554. LIBS="$LIBS $BOTAN_LIBS"
  555. BOTAN_INCLUDES=`$BOTAN_TOOL $TOOL_ARG --cflags`
  556. CPPFLAGS_SAVED=${CPPFLAGS}
  557. CPPFLAGS="$BOTAN_INCLUDES $CPPFLAGS"
  558. #AC_MSG_RESULT([found])
  559. AC_LINK_IFELSE(
  560. [AC_LANG_PROGRAM([#include <botan/botan.h>
  561. #include <botan/hash.h>
  562. ],
  563. [using namespace Botan;
  564. LibraryInitializer::initialize();
  565. HashFunction *h = get_hash("MD5");
  566. ])],
  567. [ AC_MSG_RESULT([ok])
  568. $3
  569. ],
  570. [ AC_MSG_RESULT([not usable]) ]
  571. )
  572. LIBS=${LIBS_SAVED}
  573. CPPFLAGS=${CPPFLAGS_SAVED}
  574. else
  575. AC_MSG_RESULT([not executable])
  576. fi
  577. else
  578. AC_MSG_RESULT([not found])
  579. fi
  580. BOTAN_TOOL=""
  581. AC_SUBST(BOTAN_TOOL)
  582. ]
  583. )
  584. # Check for Botan
  585. #
  586. # Unless --with-botan-config is given, we first try to find these config
  587. # scripts ourselves. Unfortunately, on some systems, these scripts do not
  588. # provide the correct implementation, so for each script found, we try
  589. # a compilation test (ACX_TRY_BOTAN_TOOL). If none are found, or none of
  590. # them work, we see if pkg-config is available. If so, we try the several
  591. # potential pkg-config .pc files. Again, on some systems, these can return
  592. # incorrect information as well, so the try-compile test is repeated for
  593. # each.
  594. #
  595. # If a working config script or pkgconfig file is found, we then munge its
  596. # output for use in our Makefiles, and to make sure it works, another header
  597. # and compilation test is done (this should also check whether we can compile
  598. # against botan should neither -config scripts nor pkgconfig data exist).
  599. #
  600. botan_config="yes"
  601. AC_ARG_WITH([botan-config],
  602. AC_HELP_STRING([--with-botan-config=PATH],
  603. [specify the path to the botan-config script]),
  604. [botan_config="$withval"])
  605. if test "${botan_config}" = "no" ; then
  606. AC_MSG_ERROR([Need botan for libcryptolink])
  607. fi
  608. if test "${botan_config}" != "yes" ; then
  609. if test -x "${botan_config}" ; then
  610. if test -d "${botan_config}" ; then
  611. AC_MSG_ERROR([${botan_config} is a directory])
  612. else
  613. BOTAN_CONFIG="${botan_config}"
  614. fi
  615. else
  616. AC_MSG_ERROR([--with-botan-config should point to a botan-config program and not a directory (${botan_config})])
  617. fi
  618. else
  619. BOTAN_CONFIG=""
  620. # first try several possible names of the config script
  621. # (botan-config-1.8 is there just in case, the official name change
  622. # came later)
  623. BOTAN_CONFIG_VERSIONS="botan-config-1.10 botan-config-1.9 botan-config-1.8 botan-config"
  624. for botan_config in $BOTAN_CONFIG_VERSIONS; do
  625. ACX_TRY_BOTAN_TOOL([$botan_config],,
  626. [ BOTAN_CONFIG="$botan_config" ]
  627. )
  628. if test "$BOTAN_CONFIG" != "" ; then
  629. break
  630. fi
  631. done
  632. if test "$BOTAN_CONFIG" = "" ; then
  633. AC_PATH_PROG([PKG_CONFIG], [pkg-config])
  634. if test "$PKG_CONFIG" != "" ; then
  635. # Ok so no script found, see if pkg-config knows of it.
  636. # Unfortunately, the botan.pc files also have their minor version
  637. # in their name, so we need to try them one by one
  638. BOTAN_VERSIONS="botan-1.10 botan-1.9 botan-1.8"
  639. for version in $BOTAN_VERSIONS; do
  640. ACX_TRY_BOTAN_TOOL([pkg-config], ["$version --silence-errors"],
  641. [ BOTAN_CONFIG="$PKG_CONFIG $version" ]
  642. )
  643. if test "$BOTAN_CONFIG" != "" ; then
  644. break
  645. fi
  646. done
  647. fi
  648. fi
  649. fi
  650. if test "x${BOTAN_CONFIG}" != "x"
  651. then
  652. BOTAN_LIBS=`${BOTAN_CONFIG} --libs`
  653. BOTAN_INCLUDES=`${BOTAN_CONFIG} --cflags`
  654. # We expect botan-config --libs to contain -L<path_to_libbotan>, but
  655. # this is not always the case. As a heuristics workaround we add
  656. # -L`botan-config --prefix/lib` in this case (if not present already).
  657. # Same for BOTAN_INCLUDES (but using include instead of lib) below.
  658. if [ ${BOTAN_CONFIG} --prefix >/dev/null 2>&1 ] ; then
  659. echo ${BOTAN_LIBS} | grep -- -L > /dev/null || \
  660. BOTAN_LIBS="-L`${BOTAN_CONFIG} --prefix`/lib ${BOTAN_LIBS}"
  661. echo ${BOTAN_INCLUDES} | grep -- -I > /dev/null || \
  662. BOTAN_INCLUDES="-I`${BOTAN_CONFIG} --prefix`/include ${BOTAN_INCLUDES}"
  663. fi
  664. fi
  665. dnl Determine the Botan version
  666. AC_MSG_CHECKING([Botan version])
  667. cat > conftest.cpp << EOF
  668. #include <botan/version.h>
  669. AUTOCONF_BOTAN_VERSION=BOTAN_VERSION_MAJOR . BOTAN_VERSION_MINOR . BOTAN_VERSION_PATCH
  670. EOF
  671. BOTAN_VERSION=`$CPP $CPPFLAGS $BOTAN_INCLUDES conftest.cpp | grep '^AUTOCONF_BOTAN_VERSION=' | $SED -e 's/^AUTOCONF_BOTAN_VERSION=//' -e 's/[[ ]]//g' -e 's/"//g' 2> /dev/null`
  672. if test -z "$BOTAN_VERSION"; then
  673. BOTAN_VERSION="unknown"
  674. fi
  675. $RM -f conftest.cpp
  676. AC_MSG_RESULT([$BOTAN_VERSION])
  677. # botan-config script (and the way we call pkg-config) returns -L and -l
  678. # as one string, but we need them in separate values
  679. BOTAN_LDFLAGS=
  680. BOTAN_NEWLIBS=
  681. for flag in ${BOTAN_LIBS}; do
  682. BOTAN_LDFLAGS="${BOTAN_LDFLAGS} `echo $flag | ${SED} -ne '/^\(\-L\)/p'`"
  683. BOTAN_LIBS="${BOTAN_LIBS} `echo $flag | ${SED} -ne '/^\(\-l\)/p'`"
  684. done
  685. # See python_rpath for some info on why we do this
  686. if test "x$ISC_RPATH_FLAG" != "x"; then
  687. BOTAN_RPATH=
  688. for flag in ${BOTAN_LIBS}; do
  689. BOTAN_RPATH="${BOTAN_RPATH} `echo $flag | ${SED} -ne "s/^\(\-L\)/${ISC_RPATH_FLAG}/p"`"
  690. done
  691. AC_SUBST(BOTAN_RPATH)
  692. # According to the libtool manual, it should be sufficient if we
  693. # specify the "-R libdir" in our wrapper library of botan (no other
  694. # programs will need libbotan directly); "libdir" should be added to
  695. # the program's binary image. But we've seen in our build environments
  696. # that (some versions of?) libtool doesn't propagate -R as documented,
  697. # and it caused a linker error at run time. To work around this, we
  698. # also add the rpath to the global LDFLAGS.
  699. LDFLAGS="$BOTAN_RPATH $LDFLAGS"
  700. fi
  701. AC_SUBST(BOTAN_LDFLAGS)
  702. AC_SUBST(BOTAN_LIBS)
  703. AC_SUBST(BOTAN_INCLUDES)
  704. # Even though chances are high we already performed a real compilation check
  705. # in the search for the right (pkg)config data, we try again here, to
  706. # be sure.
  707. CPPFLAGS_SAVED=$CPPFLAGS
  708. CPPFLAGS="$BOTAN_INCLUDES $CPPFLAGS"
  709. LIBS_SAVED="$LIBS"
  710. LIBS="$LIBS $BOTAN_LIBS"
  711. # ac_header_preproc is an autoconf symbol (undocumented but stable) that
  712. # is set if the pre-processor phase passes. Thus by adding a custom
  713. # failure handler we can detect the difference between a header not existing
  714. # (or not even passing the pre-processor phase) and a header file resulting
  715. # in compilation failures.
  716. AC_CHECK_HEADERS([botan/botan.h],,[
  717. if test "x$ac_header_preproc" = "xyes"; then
  718. AC_MSG_ERROR([
  719. botan/botan.h was found but is unusable. The most common cause of this problem
  720. is attempting to use an updated C++ compiler with older C++ libraries, such as
  721. the version of Botan that comes with your distribution. If you have updated
  722. your C++ compiler we highly recommend that you use support libraries such as
  723. Boost and Botan that were compiled with the same compiler version.])
  724. else
  725. AC_MSG_ERROR([Missing required header files.])
  726. fi]
  727. )
  728. AC_LINK_IFELSE(
  729. [AC_LANG_PROGRAM([#include <botan/botan.h>
  730. #include <botan/hash.h>
  731. ],
  732. [using namespace Botan;
  733. LibraryInitializer::initialize();
  734. HashFunction *h = get_hash("MD5");
  735. ])],
  736. [AC_MSG_RESULT([checking for Botan library... yes])],
  737. [AC_MSG_RESULT([checking for Botan library... no])
  738. AC_MSG_ERROR([Needs Botan library 1.8 or higher. On some systems,
  739. the botan package has a few missing dependencies (libbz2 and
  740. libgmp), if libbotan has been installed and you see this error,
  741. try upgrading to a higher version of botan or installing libbz2
  742. and libgmp.])]
  743. )
  744. CPPFLAGS=$CPPFLAGS_SAVED
  745. LIBS=$LIBS_SAVED
  746. # Check for MySql. The path to the mysql_config program is given with
  747. # the --with-mysql-config (default to /usr/bin/mysql-config). By default,
  748. # the software is not built with MySQL support enabled.
  749. mysql_config="no"
  750. AC_ARG_WITH([dhcp-mysql],
  751. AC_HELP_STRING([--with-dhcp-mysql=PATH],
  752. [path to the MySQL 'mysql_config' script (MySQL is used for the DHCP database)]),
  753. [mysql_config="$withval"])
  754. if test "${mysql_config}" = "yes" ; then
  755. MYSQL_CONFIG="/usr/bin/mysql_config"
  756. elif test "${mysql_config}" != "no" ; then
  757. MYSQL_CONFIG="${withval}"
  758. fi
  759. if test "$MYSQL_CONFIG" != "" ; then
  760. if test -d "$MYSQL_CONFIG" -o ! -x "$MYSQL_CONFIG" ; then
  761. AC_MSG_ERROR([--with-dhcp-mysql should point to a mysql_config program])
  762. fi
  763. MYSQL_CPPFLAGS=`$MYSQL_CONFIG --cflags`
  764. MYSQL_LIBS=`$MYSQL_CONFIG --libs`
  765. MYSQL_VERSION=`$MYSQL_CONFIG --version`
  766. AC_SUBST(MYSQL_CPPFLAGS)
  767. AC_SUBST(MYSQL_LIBS)
  768. # Check that a simple program using MySQL functions can compile and link.
  769. CPPFLAGS_SAVED="$CPPFLAGS"
  770. LIBS_SAVED="$LIBS"
  771. CPPFLAGS="$MYSQL_CPPFLAGS $CPPFLAGS"
  772. LIBS="$MYSQL_LIBS $LIBS"
  773. AC_LINK_IFELSE(
  774. [AC_LANG_PROGRAM([#include <mysql.h>],
  775. [MYSQL mysql_handle;
  776. (void) mysql_init(&mysql_handle);
  777. ])],
  778. [AC_MSG_RESULT([checking for MySQL headers and library... yes])],
  779. [AC_MSG_RESULT([checking for MySQL headers and library... no])
  780. AC_MSG_ERROR([Needs MySQL library])]
  781. )
  782. CPPFLAGS=$CPPFLAGS_SAVED
  783. LIBS=$LIBS_SAVED
  784. # Note that MYSQL is present in the config.h file
  785. AC_DEFINE([HAVE_MYSQL], [1], [MySQL is present])
  786. fi
  787. # ... and at the shell level, so Makefile.am can take action depending on this.
  788. AM_CONDITIONAL(HAVE_MYSQL, test "$MYSQL_CONFIG" != "")
  789. # Check for log4cplus
  790. log4cplus_path="yes"
  791. AC_ARG_WITH([log4cplus],
  792. AC_HELP_STRING([--with-log4cplus=PATH],
  793. [specify exact directory of log4cplus library and headers]),
  794. [log4cplus_path="$withval"])
  795. if test "${log4cplus_path}" = "no" ; then
  796. AC_MSG_ERROR([Need log4cplus])
  797. elif test "${log4cplus_path}" != "yes" ; then
  798. LOG4CPLUS_INCLUDES="-I${log4cplus_path}/include"
  799. LOG4CPLUS_LIBS="-L${log4cplus_path}/lib"
  800. else
  801. # If not specified, try some common paths.
  802. log4cplusdirs="/usr/local /usr/pkg /opt /opt/local"
  803. for d in $log4cplusdirs
  804. do
  805. if test -f $d/include/log4cplus/logger.h; then
  806. LOG4CPLUS_INCLUDES="-I$d/include"
  807. LOG4CPLUS_LIBS="-L$d/lib"
  808. break
  809. fi
  810. done
  811. fi
  812. LOG4CPLUS_LIBS="$LOG4CPLUS_LIBS -llog4cplus $MULTITHREADING_FLAG"
  813. AC_SUBST(LOG4CPLUS_LIBS)
  814. AC_SUBST(LOG4CPLUS_INCLUDES)
  815. CPPFLAGS_SAVED=$CPPFLAGS
  816. CPPFLAGS="$LOG4CPLUS_INCLUDES $CPPFLAGS"
  817. LIBS_SAVED="$LIBS"
  818. LIBS="$LOG4CPLUS_LIBS $LIBS"
  819. AC_CHECK_HEADERS([log4cplus/logger.h],,AC_MSG_ERROR([Missing required header files.]))
  820. AC_LINK_IFELSE(
  821. [AC_LANG_PROGRAM([#include <log4cplus/logger.h>
  822. ],
  823. [using namespace log4cplus;
  824. Logger logger = Logger::getInstance("main");
  825. ])],
  826. [AC_MSG_RESULT([checking for log4cplus library... yes])],
  827. [AC_MSG_RESULT([checking for log4cplus library... no])
  828. AC_MSG_ERROR([Needs log4cplus library])]
  829. )
  830. dnl Determine the log4cplus version, used mainly for config.report.
  831. AC_MSG_CHECKING([log4cplus version])
  832. cat > conftest.cpp << EOF
  833. #include <log4cplus/version.h>
  834. AUTOCONF_LOG4CPLUS_VERSION=LOG4CPLUS_VERSION_STR
  835. EOF
  836. LOG4CPLUS_VERSION=`$CPP $CPPFLAGS conftest.cpp | grep '^AUTOCONF_LOG4CPLUS_VERSION=' | $SED -e 's/^AUTOCONF_LOG4CPLUS_VERSION=//' -e 's/[[ ]]//g' -e 's/"//g' 2> /dev/null`
  837. if test -z "$LOG4CPLUS_VERSION"; then
  838. LOG4CPLUS_VERSION="unknown"
  839. fi
  840. $RM -f conftest.cpp
  841. AC_MSG_RESULT([$LOG4CPLUS_VERSION])
  842. CPPFLAGS=$CPPFLAGS_SAVED
  843. LIBS=$LIBS_SAVED
  844. #
  845. # Configure Boost header path
  846. #
  847. AX_BOOST_FOR_BIND10
  848. # Boost offset_ptr is required in one library and not optional right now, so
  849. # we unconditionally fail here if it doesn't work.
  850. if test "$BOOST_OFFSET_PTR_WOULDFAIL" = "yes" -a "$werror_ok" = 1; then
  851. AC_MSG_ERROR([Failed to compile a required header file. Try upgrading Boost to 1.44 or higher (when using clang++) or specifying --without-werror. See the ChangeLog entry for Trac no. 2147 for more details.])
  852. fi
  853. if test "$BOOST_STATIC_ASSERT_WOULDFAIL" = "yes" -a X"$werror_ok" = X1; then
  854. AC_MSG_ERROR([Failed to use Boost static assertions. Try upgrading Boost to 1.54 or higher (when using GCC 4.8) or specifying --without-werror. See trac ticket no. 3039 for more details.])
  855. fi
  856. # There's a known bug in FreeBSD ports for Boost that would trigger a false
  857. # warning in build with g++ and -Werror (we exclude clang++ explicitly to
  858. # avoid unexpected false positives).
  859. if test "$BOOST_NUMERIC_CAST_WOULDFAIL" = "yes" -a X"$werror_ok" = X1 -a $CLANGPP = "no"; then
  860. AC_MSG_ERROR([Failed to compile a required header file. If you are using FreeBSD and Boost installed via ports, retry with specifying --without-werror. See the ChangeLog entry for Trac no. 1991 for more details.])
  861. fi
  862. build_experimental_resolver=no
  863. AC_ARG_ENABLE(experimental-resolver,
  864. [AC_HELP_STRING([--enable-experimental-resolver],
  865. [enable building of the experimental resolver [default=no]])],
  866. [build_experimental_resolver=$enableval])
  867. AM_CONDITIONAL([BUILD_EXPERIMENTAL_RESOLVER], [test "$build_experimental_resolver" = "yes"])
  868. if test "$build_experimental_resolver" = "yes"; then
  869. BUILD_EXPERIMENTAL_RESOLVER=yes
  870. else
  871. BUILD_EXPERIMENTAL_RESOLVER=no
  872. fi
  873. AC_SUBST(BUILD_EXPERIMENTAL_RESOLVER)
  874. use_shared_memory=yes
  875. AC_ARG_WITH(shared-memory,
  876. AC_HELP_STRING([--with-shared-memory],
  877. [Build with Boost shared memory support; for large scale authoritative DNS servers]),
  878. [use_shared_memory=$withval])
  879. if test X$use_shared_memory = Xyes -a "$BOOST_MAPPED_FILE_WOULDFAIL" = "yes"; then
  880. AC_MSG_ERROR([Boost shared memory does not compile on this system. If you don't need it (most normal users won't) build without it by rerunning this script with --without-shared-memory; using a different compiler or a different version of Boost may also help.])
  881. fi
  882. AM_CONDITIONAL([USE_SHARED_MEMORY], [test x$use_shared_memory = xyes])
  883. if test "x$use_shared_memory" = "xyes"; then
  884. AC_DEFINE(USE_SHARED_MEMORY, 1, [Define to 1 if shared memory support is enabled])
  885. fi
  886. AC_SUBST(BOOST_MAPPED_FILE_CXXFLAG)
  887. if test "$BOOST_OFFSET_PTR_OLD" = "yes" -a "$use_shared_memory" = "yes" ; then
  888. AC_MSG_ERROR([You're trying to compile against boost older than 1.48 with
  889. shared memory. Older versions of boost have a bug which causes segfaults in
  890. offset_ptr implementation when compiled by GCC with optimisations enabled.
  891. See ticket no. 3025 for details.
  892. Either update boost to newer version or use --without-shared-memory.
  893. Note that most users likely don't need shared memory support.
  894. ])
  895. fi
  896. # Add some default CPP flags needed for Boost, identified by the AX macro.
  897. CPPFLAGS="$CPPFLAGS $CPPFLAGS_BOOST_THREADCONF"
  898. # I can't get some of the #include <asio.hpp> right without this
  899. # TODO: find the real cause of asio/boost wanting pthreads
  900. # (this currently only occurs for src/lib/cc/session_unittests)
  901. PTHREAD_LDFLAGS=
  902. AC_CHECK_LIB(pthread, pthread_create,[ PTHREAD_LDFLAGS=-lpthread ], [])
  903. AC_SUBST(PTHREAD_LDFLAGS)
  904. AC_SUBST(MULTITHREADING_FLAG)
  905. #
  906. # Check availability of gtest, which will be used for unit tests.
  907. #
  908. GTEST_LDFLAGS=
  909. GTEST_LDADD=
  910. DISTCHECK_GTEST_CONFIGURE_FLAG=
  911. GTEST_VERSION="unknown"
  912. if test "x$enable_gtest" = "xyes" ; then
  913. DISTCHECK_GTEST_CONFIGURE_FLAG="--with-gtest=$gtest_path"
  914. if test -n "$with_gtest_source" ; then
  915. if test "x$GTEST_SOURCE" = "xyes" ; then
  916. AC_MSG_CHECKING([for gtest source])
  917. # If not specified, try some common paths.
  918. GTEST_SOURCE=
  919. for d in /usr/src/gtest /usr/local /usr/pkg /opt /opt/local ; do
  920. if test -f $d/src/gtest-all.cc -a $d/src/gtest_main.cc; then
  921. GTEST_SOURCE=$d
  922. AC_MSG_RESULT([$GTEST_SOURCE])
  923. break
  924. fi
  925. done
  926. if test -z $GTEST_SOURCE ; then
  927. AC_MSG_ERROR([no gtest source but it was selected])
  928. fi
  929. else
  930. AC_CHECK_FILES([$GTEST_SOURCE/src/gtest-all.cc]
  931. [$GTEST_SOURCE/src/gtest_main.cc],
  932. [have_gtest_source=yes],
  933. [AC_MSG_ERROR([no gtest source at $GTEST_SOURCE])])
  934. fi
  935. have_gtest_source=yes
  936. GTEST_LDFLAGS="\$(top_builddir)/libgtest.a"
  937. DISTCHECK_GTEST_CONFIGURE_FLAG="--with-gtest-source=$GTEST_SOURCE"
  938. GTEST_INCLUDES="-I$GTEST_SOURCE -I$GTEST_SOURCE/include"
  939. # See $GTEST_SOURCE/include/gtest/internal/gtest-port.h
  940. # about GTEST_HAS_PTHREAD.
  941. case "$host" in
  942. *-solaris*|*-linux*|*-hpux*)
  943. GTEST_LDADD="$GTEST_LDADD $PTHREAD_LDFLAGS"
  944. ;;
  945. esac
  946. fi
  947. if test "$gtest_path" != "no" ; then
  948. if test "$gtest_path" != "yes"; then
  949. GTEST_PATHS=$gtest_path
  950. if test -x "${gtest_path}/bin/gtest-config" ; then
  951. GTEST_CONFIG="${gtest_path}/bin/gtest-config"
  952. fi
  953. else
  954. AC_PATH_PROG([GTEST_CONFIG], [gtest-config])
  955. fi
  956. if test -x "${GTEST_CONFIG}" ; then :
  957. # using cppflags instead of cxxflags
  958. GTEST_INCLUDES=`${GTEST_CONFIG} --cppflags`
  959. GTEST_LDFLAGS=`${GTEST_CONFIG} --ldflags`
  960. GTEST_LDADD=`${GTEST_CONFIG} --libs`
  961. GTEST_VERSION=`${GTEST_CONFIG} --version`
  962. GTEST_FOUND="true"
  963. else
  964. AC_MSG_WARN([Unable to locate Google Test gtest-config.])
  965. if test -z "${GTEST_PATHS}" ; then
  966. GTEST_PATHS="/usr /usr/local"
  967. fi
  968. GTEST_FOUND="false"
  969. fi
  970. if test "${GTEST_FOUND}" != "true"; then
  971. GTEST_FOUND="false"
  972. for dir in $GTEST_PATHS; do
  973. if test -f "$dir/include/gtest/gtest.h"; then
  974. GTEST_INCLUDES="-I$dir/include"
  975. GTEST_LDFLAGS="-L$dir/lib"
  976. GTEST_LDADD="-lgtest"
  977. GTEST_FOUND="true"
  978. # There is no gtest-config script on this
  979. # system, which is supposed to inform us
  980. # whether we need pthreads as well (a
  981. # gtest compile-time option). So we still
  982. # need to test that manually.
  983. CPPFLAGS_SAVED="$CPPFLAGS"
  984. CPPFLAGS="$CPPFLAGS $GTEST_INCLUDES"
  985. LDFLAGS_SAVED="$LDFLAGS"
  986. LDFLAGS="$LDFLAGS $GTEST_LDFLAGS"
  987. LIBS_SAVED=$LIBS
  988. LIBS="$LIBS $GTEST_LDADD"
  989. AC_MSG_CHECKING([Checking whether gtest tests need pthreads])
  990. # First try to compile without pthreads
  991. AC_TRY_LINK([
  992. #include <gtest/gtest.h>
  993. ],[
  994. int i = 0;
  995. char* c = NULL;
  996. ::testing::InitGoogleTest(&i, &c);
  997. return (0);
  998. ],
  999. [ AC_MSG_RESULT(no) ],
  1000. [
  1001. LIBS="$SAVED_LIBS $GTEST_LDADD $PTHREAD_LDFLAGS"
  1002. # Now try to compile with pthreads
  1003. AC_TRY_LINK([
  1004. #include <gtest/gtest.h>
  1005. ],[
  1006. int i = 0;
  1007. char* c = NULL;
  1008. ::testing::InitGoogleTest(&i, &c);
  1009. return (0);
  1010. ],
  1011. [ AC_MSG_RESULT(yes)
  1012. GTEST_LDADD="$GTEST_LDADD $PTHREAD_LDFLAGS"
  1013. ],
  1014. # Apparently we can't compile it at all
  1015. [ AC_MSG_ERROR(unable to compile with gtest) ])
  1016. ])
  1017. CPPFLAGS=$CPPFLAGS_SAVED
  1018. LDFLAGS=$LDFLAGS_SAVED
  1019. LIBS=$LIBS_SAVED
  1020. break
  1021. fi
  1022. done
  1023. fi
  1024. if test "${GTEST_FOUND}" != "true"; then
  1025. AC_MSG_ERROR([Cannot find gtest in: $GTEST_PATHS])
  1026. fi
  1027. fi
  1028. fi
  1029. AM_CONDITIONAL(HAVE_GTEST, test $enable_gtest != "no")
  1030. AM_CONDITIONAL(HAVE_GTEST_SOURCE, test "X$have_gtest_source" = "Xyes")
  1031. AC_SUBST(DISTCHECK_GTEST_CONFIGURE_FLAG)
  1032. AC_SUBST(GTEST_INCLUDES)
  1033. AC_SUBST(GTEST_LDFLAGS)
  1034. AC_SUBST(GTEST_LDADD)
  1035. AC_SUBST(GTEST_SOURCE)
  1036. dnl check for pkg-config itself
  1037. AC_CHECK_PROG(HAVE_PKG_CONFIG, pkg-config, yes, no)
  1038. if test "x$HAVE_PKG_CONFIG" = "xno" ; then
  1039. AC_MSG_ERROR(Please install pkg-config)
  1040. fi
  1041. AX_SQLITE3_FOR_BIND10
  1042. if test "x$have_sqlite" = "xyes" ; then
  1043. enable_features="$enable_features SQLite3"
  1044. AX_PYTHON_SQLITE3
  1045. fi
  1046. #
  1047. # ASIO: we extensively use it as the C++ event management module.
  1048. #
  1049. # Use local ASIO headers from ext
  1050. #
  1051. CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/ext/asio"
  1052. #
  1053. # Use our 'coroutine' header from ext
  1054. CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/ext/coroutine"
  1055. #
  1056. # Disable threads: Currently we don't use them.
  1057. CPPFLAGS="$CPPFLAGS -DASIO_DISABLE_THREADS=1"
  1058. # Check for functions that are not available on all platforms
  1059. AC_CHECK_FUNCS([pselect])
  1060. # /dev/poll issue: ASIO uses /dev/poll by default if it's available (generally
  1061. # the case with Solaris). Unfortunately its /dev/poll specific code would
  1062. # trigger the gcc's "missing-field-initializers" warning, which would
  1063. # subsequently make the build fail with -Werror. Further, older versions of
  1064. # gcc don't provide an option to selectively suppress this warning.
  1065. # So, for the moment, we simply disable the use of /dev/poll. Unless we
  1066. # implement recursive DNS server with randomized ports, we don't need the
  1067. # scalability that /dev/poll can provide, so this decision wouldn't affect
  1068. # run time performance. Hopefully we can find a better solution or the ASIO
  1069. # code will be updated by the time we really need it.
  1070. AC_CHECK_HEADERS(sys/devpoll.h, ac_cv_have_devpoll=yes, ac_cv_have_devpoll=no)
  1071. if test "X$ac_cv_have_devpoll" = "Xyes" -a "X$GXX" = "Xyes"; then
  1072. CPPFLAGS="$CPPFLAGS -DASIO_DISABLE_DEV_POLL=1"
  1073. fi
  1074. #
  1075. # Perl is optional; it is used only by some of the system test scripts.
  1076. #
  1077. AC_PATH_PROGS(PERL, perl5 perl)
  1078. AC_SUBST(PERL)
  1079. AC_PATH_PROGS(AWK, gawk awk)
  1080. AC_SUBST(AWK)
  1081. AC_ARG_ENABLE(generate_docs, [AC_HELP_STRING([--enable-generate-docs],
  1082. [regenerate documentation using Docbook [default=no]])],
  1083. enable_generate_docs=$enableval, enable_generate_docs=no)
  1084. # Check for xsltproc
  1085. if test "x$enable_generate_docs" != xno ; then
  1086. AC_PATH_PROG([XSLTPROC], [xsltproc])
  1087. if test -z "$XSLTPROC"; then
  1088. AC_MSG_ERROR("xsltproc not found; it is required for --enable-generate-docs")
  1089. else
  1090. AC_MSG_CHECKING([if $XSLTPROC works])
  1091. # run xsltproc to see if works
  1092. $XSLTPROC --novalid --xinclude --nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
  1093. if test $? -ne 0 ; then
  1094. AC_MSG_ERROR("Error with $XSLTPROC using release/xsl/current/manpages/docbook.xsl")
  1095. fi
  1096. $XSLTPROC --novalid --xinclude --nonet http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl
  1097. if test $? -ne 0 ; then
  1098. AC_MSG_ERROR("Error with $XSLTPROC using release/xsl/current/html/docbook.xsl")
  1099. fi
  1100. AC_MSG_RESULT(yes)
  1101. fi
  1102. AC_PATH_PROG([ELINKS], [elinks])
  1103. if test -z "$ELINKS"; then
  1104. AC_MSG_ERROR("elinks not found; it is required for --enable-generate-docs")
  1105. fi
  1106. fi
  1107. AM_CONDITIONAL(GENERATE_DOCS, test x$enable_generate_docs != xno)
  1108. AC_ARG_ENABLE(install-configurations,
  1109. [AC_HELP_STRING([--disable-install-configurations],
  1110. [do not install configuration])], install_configurations=$enableval, install_configurations=yes)
  1111. AM_CONDITIONAL(INSTALL_CONFIGURATIONS, test x$install_configurations = xyes || test x$install_configurations = xtrue)
  1112. AC_ARG_ENABLE(logger-checks, [AC_HELP_STRING([--enable-logger-checks],
  1113. [check logger messages [default=no]])], enable_logger_checks=$enableval, enable_logger_checks=no)
  1114. AM_CONDITIONAL(ENABLE_LOGGER_CHECKS, test x$enable_logger_checks != xno)
  1115. AM_COND_IF([ENABLE_LOGGER_CHECKS], [AC_DEFINE([ENABLE_LOGGER_CHECKS], [1], [Check logger messages?])])
  1116. # Check for asciidoc
  1117. AC_PATH_PROG(ASCIIDOC, asciidoc, no)
  1118. AM_CONDITIONAL(HAVE_ASCIIDOC, test "x$ASCIIDOC" != "xno")
  1119. # Check for plantuml
  1120. AC_PATH_PROG(PLANTUML, plantuml, no)
  1121. AM_CONDITIONAL(HAVE_PLANTUML, test "x$PLANTUML" != "xno")
  1122. # Check for valgrind
  1123. AC_PATH_PROG(VALGRIND, valgrind, no)
  1124. AM_CONDITIONAL(HAVE_VALGRIND, test "x$VALGRIND" != "xno")
  1125. # Also check for valgrind headers
  1126. # We could consider adding them to the source code tree, as this
  1127. # is the encouraged method of using them; they are BSD-licensed.
  1128. # However, until we find that this is a problem, we just use
  1129. # the system-provided ones, if available
  1130. AC_CHECK_HEADERS(valgrind/valgrind.h, [AC_DEFINE([HAVE_VALGRIND_HEADERS], [1], [Check valgrind headers])])
  1131. found_valgrind="not found"
  1132. if test "x$VALGRIND" != "xno"; then
  1133. found_valgrind="found"
  1134. fi
  1135. # Check for optreset in unistd.h. On BSD systems the optreset is
  1136. # used to reset the state of getopt() function. Resetting its state
  1137. # is required if command line arguments are parsed multiple times
  1138. # during a program. On Linux this variable will not exist because
  1139. # getopt() reset is performed by setting optind = 0. On Operating
  1140. # Systems where optreset is defined use optreset = 1 and optind = 1
  1141. # to reset internal state of getopt(). Failing to do so will result
  1142. # in unpredictable output from getopt().
  1143. AC_MSG_CHECKING([whether optreset variable is defined in unistd.h])
  1144. AC_TRY_LINK(
  1145. [#include <unistd.h>],
  1146. [extern int optreset; optreset=1;],
  1147. [ AC_MSG_RESULT(yes)
  1148. var_optreset_exists=yes],
  1149. [ AC_MSG_RESULT(no)
  1150. var_optreset_exists=no]
  1151. )
  1152. AM_CONDITIONAL(HAVE_OPTRESET, test "x$var_optreset_exists" != "xno")
  1153. AM_COND_IF([HAVE_OPTRESET], [AC_DEFINE([HAVE_OPTRESET], [1], [Check for optreset?])])
  1154. AC_CONFIG_FILES([Makefile
  1155. doc/Makefile
  1156. doc/guide/Makefile
  1157. doc/design/Makefile
  1158. doc/design/datasrc/Makefile
  1159. ext/Makefile
  1160. ext/asio/Makefile
  1161. ext/asio/asio/Makefile
  1162. compatcheck/Makefile
  1163. src/Makefile
  1164. src/bin/Makefile
  1165. src/bin/bind10/bind10
  1166. src/bin/bind10/Makefile
  1167. src/bin/bind10/tests/Makefile
  1168. src/bin/cmdctl/Makefile
  1169. src/bin/cmdctl/tests/Makefile
  1170. src/bin/bindctl/Makefile
  1171. src/bin/bindctl/tests/Makefile
  1172. src/bin/cfgmgr/Makefile
  1173. src/bin/cfgmgr/local_plugins/Makefile
  1174. src/bin/cfgmgr/plugins/Makefile
  1175. src/bin/cfgmgr/plugins/tests/Makefile
  1176. src/bin/cfgmgr/tests/Makefile
  1177. src/bin/dbutil/Makefile
  1178. src/bin/dbutil/tests/Makefile
  1179. src/bin/dbutil/tests/testdata/Makefile
  1180. src/bin/loadzone/Makefile
  1181. src/bin/loadzone/tests/Makefile
  1182. src/bin/loadzone/tests/correct/Makefile
  1183. src/bin/memmgr/Makefile
  1184. src/bin/memmgr/tests/Makefile
  1185. src/bin/msgq/Makefile
  1186. src/bin/msgq/tests/Makefile
  1187. src/bin/auth/Makefile
  1188. src/bin/auth/tests/Makefile
  1189. src/bin/auth/tests/testdata/Makefile
  1190. src/bin/auth/benchmarks/Makefile
  1191. src/bin/ddns/Makefile
  1192. src/bin/ddns/tests/Makefile
  1193. src/bin/dhcp6/Makefile
  1194. src/bin/dhcp6/tests/Makefile
  1195. src/bin/dhcp4/Makefile
  1196. src/bin/dhcp4/tests/Makefile
  1197. src/bin/d2/Makefile
  1198. src/bin/d2/tests/Makefile
  1199. src/bin/resolver/Makefile
  1200. src/bin/resolver/tests/Makefile
  1201. src/bin/resolver/bench/Makefile
  1202. src/bin/sysinfo/Makefile
  1203. src/bin/sockcreator/Makefile
  1204. src/bin/sockcreator/tests/Makefile
  1205. src/bin/xfrin/Makefile
  1206. src/bin/xfrin/tests/Makefile
  1207. src/bin/xfrin/tests/testdata/Makefile
  1208. src/bin/xfrout/Makefile
  1209. src/bin/xfrout/tests/Makefile
  1210. src/bin/zonemgr/Makefile
  1211. src/bin/zonemgr/tests/Makefile
  1212. src/bin/stats/Makefile
  1213. src/bin/stats/tests/Makefile
  1214. src/bin/stats/tests/testdata/Makefile
  1215. src/bin/usermgr/Makefile
  1216. src/bin/usermgr/tests/Makefile
  1217. src/bin/tests/Makefile
  1218. src/hooks/Makefile
  1219. src/hooks/dhcp/Makefile
  1220. src/hooks/dhcp/user_chk/Makefile
  1221. src/hooks/dhcp/user_chk/tests/Makefile
  1222. src/lib/Makefile
  1223. src/lib/asiolink/Makefile
  1224. src/lib/asiolink/tests/Makefile
  1225. src/lib/asiodns/Makefile
  1226. src/lib/asiodns/tests/Makefile
  1227. src/lib/bench/Makefile
  1228. src/lib/bench/example/Makefile
  1229. src/lib/bench/tests/Makefile
  1230. src/lib/cc/Makefile
  1231. src/lib/cc/tests/Makefile
  1232. src/lib/python/Makefile
  1233. src/lib/python/isc/Makefile
  1234. src/lib/python/isc/acl/Makefile
  1235. src/lib/python/isc/acl/tests/Makefile
  1236. src/lib/python/isc/util/Makefile
  1237. src/lib/python/isc/util/tests/Makefile
  1238. src/lib/python/isc/util/cio/Makefile
  1239. src/lib/python/isc/util/cio/tests/Makefile
  1240. src/lib/python/isc/datasrc/Makefile
  1241. src/lib/python/isc/datasrc/tests/Makefile
  1242. src/lib/python/isc/datasrc/tests/testdata/Makefile
  1243. src/lib/python/isc/dns/Makefile
  1244. src/lib/python/isc/cc/Makefile
  1245. src/lib/python/isc/cc/cc_generated/Makefile
  1246. src/lib/python/isc/cc/tests/Makefile
  1247. src/lib/python/isc/config/Makefile
  1248. src/lib/python/isc/config/tests/Makefile
  1249. src/lib/python/isc/log/Makefile
  1250. src/lib/python/isc/log/tests/Makefile
  1251. src/lib/python/isc/log_messages/Makefile
  1252. src/lib/python/isc/log_messages/work/Makefile
  1253. src/lib/python/isc/net/Makefile
  1254. src/lib/python/isc/net/tests/Makefile
  1255. src/lib/python/isc/notify/Makefile
  1256. src/lib/python/isc/notify/tests/Makefile
  1257. src/lib/python/isc/testutils/Makefile
  1258. src/lib/python/isc/bind10/Makefile
  1259. src/lib/python/isc/bind10/tests/Makefile
  1260. src/lib/python/isc/ddns/Makefile
  1261. src/lib/python/isc/ddns/tests/Makefile
  1262. src/lib/python/isc/memmgr/Makefile
  1263. src/lib/python/isc/memmgr/tests/Makefile
  1264. src/lib/python/isc/memmgr/tests/testdata/Makefile
  1265. src/lib/python/isc/xfrin/Makefile
  1266. src/lib/python/isc/xfrin/tests/Makefile
  1267. src/lib/python/isc/server_common/Makefile
  1268. src/lib/python/isc/server_common/tests/Makefile
  1269. src/lib/python/isc/sysinfo/Makefile
  1270. src/lib/python/isc/sysinfo/tests/Makefile
  1271. src/lib/python/isc/statistics/Makefile
  1272. src/lib/python/isc/statistics/tests/Makefile
  1273. src/lib/config/Makefile
  1274. src/lib/config/tests/Makefile
  1275. src/lib/config/tests/testdata/Makefile
  1276. src/lib/cryptolink/Makefile
  1277. src/lib/cryptolink/tests/Makefile
  1278. src/lib/dns/Makefile
  1279. src/lib/dns/tests/Makefile
  1280. src/lib/dns/tests/testdata/Makefile
  1281. src/lib/dns/python/Makefile
  1282. src/lib/dns/python/tests/Makefile
  1283. src/lib/dns/benchmarks/Makefile
  1284. src/lib/dhcp/Makefile
  1285. src/lib/dhcp/tests/Makefile
  1286. src/lib/dhcp_ddns/Makefile
  1287. src/lib/dhcp_ddns/tests/Makefile
  1288. src/lib/dhcpsrv/Makefile
  1289. src/lib/dhcpsrv/tests/Makefile
  1290. src/lib/exceptions/Makefile
  1291. src/lib/exceptions/tests/Makefile
  1292. src/lib/datasrc/Makefile
  1293. src/lib/datasrc/memory/Makefile
  1294. src/lib/datasrc/memory/benchmarks/Makefile
  1295. src/lib/datasrc/tests/Makefile
  1296. src/lib/datasrc/tests/testdata/Makefile
  1297. src/lib/datasrc/tests/memory/Makefile
  1298. src/lib/datasrc/tests/memory/testdata/Makefile
  1299. src/lib/xfr/Makefile
  1300. src/lib/xfr/tests/Makefile
  1301. src/lib/hooks/Makefile
  1302. src/lib/hooks/tests/Makefile
  1303. src/lib/log/Makefile
  1304. src/lib/log/interprocess/Makefile
  1305. src/lib/log/interprocess/tests/Makefile
  1306. src/lib/log/compiler/Makefile
  1307. src/lib/log/tests/Makefile
  1308. src/lib/resolve/Makefile
  1309. src/lib/resolve/tests/Makefile
  1310. src/lib/testutils/Makefile
  1311. src/lib/testutils/testdata/Makefile
  1312. src/lib/nsas/Makefile
  1313. src/lib/nsas/tests/Makefile
  1314. src/lib/cache/Makefile
  1315. src/lib/cache/tests/Makefile
  1316. src/lib/server_common/Makefile
  1317. src/lib/server_common/tests/Makefile
  1318. src/lib/util/Makefile
  1319. src/lib/util/io/Makefile
  1320. src/lib/util/threads/Makefile
  1321. src/lib/util/threads/tests/Makefile
  1322. src/lib/util/unittests/Makefile
  1323. src/lib/util/python/Makefile
  1324. src/lib/util/pyunittests/Makefile
  1325. src/lib/util/tests/Makefile
  1326. src/lib/acl/Makefile
  1327. src/lib/acl/tests/Makefile
  1328. src/lib/statistics/Makefile
  1329. src/lib/statistics/tests/Makefile
  1330. tests/Makefile
  1331. tests/tools/Makefile
  1332. tests/tools/badpacket/Makefile
  1333. tests/tools/badpacket/tests/Makefile
  1334. tests/tools/perfdhcp/Makefile
  1335. tests/tools/perfdhcp/tests/Makefile
  1336. tests/tools/perfdhcp/tests/testdata/Makefile
  1337. tests/lettuce/Makefile
  1338. m4macros/Makefile
  1339. dns++.pc
  1340. ])
  1341. AC_OUTPUT([doc/version.ent
  1342. src/bin/cfgmgr/b10-cfgmgr.py
  1343. src/bin/cfgmgr/tests/b10-cfgmgr_test.py
  1344. src/bin/cfgmgr/plugins/datasrc.spec.pre
  1345. src/bin/cmdctl/cmdctl.py
  1346. src/bin/cmdctl/run_b10-cmdctl.sh
  1347. src/bin/cmdctl/tests/cmdctl_test
  1348. src/bin/cmdctl/cmdctl.spec.pre
  1349. src/bin/dbutil/dbutil.py
  1350. src/bin/dbutil/run_dbutil.sh
  1351. src/bin/dbutil/tests/dbutil_test.sh
  1352. src/bin/ddns/ddns.py
  1353. src/bin/dhcp4/tests/marker_file.h
  1354. src/bin/dhcp4/tests/test_libraries.h
  1355. src/bin/dhcp6/tests/marker_file.h
  1356. src/bin/dhcp6/tests/test_libraries.h
  1357. src/bin/xfrin/tests/xfrin_test
  1358. src/bin/xfrin/xfrin.py
  1359. src/bin/xfrin/run_b10-xfrin.sh
  1360. src/bin/xfrout/xfrout.py
  1361. src/bin/xfrout/xfrout.spec.pre
  1362. src/bin/xfrout/tests/xfrout_test
  1363. src/bin/xfrout/tests/xfrout_test.py
  1364. src/bin/xfrout/run_b10-xfrout.sh
  1365. src/bin/resolver/resolver.spec.pre
  1366. src/bin/resolver/spec_config.h.pre
  1367. src/bin/zonemgr/zonemgr.py
  1368. src/bin/zonemgr/zonemgr.spec.pre
  1369. src/bin/zonemgr/tests/zonemgr_test
  1370. src/bin/zonemgr/run_b10-zonemgr.sh
  1371. src/bin/sysinfo/sysinfo.py
  1372. src/bin/sysinfo/run_sysinfo.sh
  1373. src/bin/stats/stats.py
  1374. src/bin/stats/stats_httpd.py
  1375. src/bin/bind10/init.py
  1376. src/bin/bind10/run_bind10.sh
  1377. src/bin/bind10/tests/init_test.py
  1378. src/bin/bindctl/run_bindctl.sh
  1379. src/bin/bindctl/bindctl_main.py
  1380. src/bin/bindctl/tests/bindctl_test
  1381. src/bin/loadzone/run_loadzone.sh
  1382. src/bin/loadzone/tests/correct/correct_test.sh
  1383. src/bin/loadzone/loadzone.py
  1384. src/bin/usermgr/run_b10-cmdctl-usermgr.sh
  1385. src/bin/usermgr/b10-cmdctl-usermgr.py
  1386. src/bin/memmgr/memmgr.py
  1387. src/bin/memmgr/memmgr.spec.pre
  1388. src/bin/msgq/msgq.py
  1389. src/bin/msgq/run_msgq.sh
  1390. src/bin/auth/auth.spec.pre
  1391. src/bin/auth/spec_config.h.pre
  1392. src/bin/auth/tests/testdata/example.zone
  1393. src/bin/auth/tests/testdata/example-base.zone
  1394. src/bin/auth/tests/testdata/example-nsec3.zone
  1395. src/bin/auth/gen-statisticsitems.py.pre
  1396. src/bin/dhcp4/spec_config.h.pre
  1397. src/bin/dhcp6/spec_config.h.pre
  1398. src/bin/dhcp6/tests/test_data_files_config.h
  1399. src/bin/d2/spec_config.h.pre
  1400. src/bin/d2/tests/test_data_files_config.h
  1401. src/bin/tests/process_rename_test.py
  1402. src/hooks/dhcp/user_chk/tests/test_data_files_config.h
  1403. src/lib/config/tests/data_def_unittests_config.h
  1404. src/lib/dhcpsrv/tests/test_libraries.h
  1405. src/lib/python/isc/config/tests/config_test
  1406. src/lib/python/isc/cc/tests/cc_test
  1407. src/lib/python/isc/notify/tests/notify_out_test
  1408. src/lib/python/isc/log/tests/log_console.py
  1409. src/lib/python/isc/log_messages/work/__init__.py
  1410. src/lib/dns/gen-rdatacode.py
  1411. src/lib/python/bind10_config.py
  1412. src/lib/cc/session_config.h.pre
  1413. src/lib/cc/tests/session_unittests_config.h
  1414. src/lib/datasrc/datasrc_config.h.pre
  1415. src/lib/hooks/tests/marker_file.h
  1416. src/lib/hooks/tests/test_libraries.h
  1417. src/lib/log/tests/console_test.sh
  1418. src/lib/log/tests/destination_test.sh
  1419. src/lib/log/tests/init_logger_test.sh
  1420. src/lib/log/tests/buffer_logger_test.sh
  1421. src/lib/log/tests/local_file_test.sh
  1422. src/lib/log/tests/logger_lock_test.sh
  1423. src/lib/log/tests/severity_test.sh
  1424. src/lib/log/tests/tempdir.h
  1425. src/lib/util/python/doxygen2pydoc.py
  1426. src/lib/util/python/mkpywrapper.py
  1427. src/lib/util/python/gen_wiredata.py
  1428. src/lib/server_common/tests/data_path.h
  1429. tests/lettuce/setup_intree_bind10.sh
  1430. ], [
  1431. chmod +x src/bin/cmdctl/run_b10-cmdctl.sh
  1432. chmod +x src/bin/xfrin/run_b10-xfrin.sh
  1433. chmod +x src/bin/xfrout/run_b10-xfrout.sh
  1434. chmod +x src/bin/zonemgr/run_b10-zonemgr.sh
  1435. chmod +x src/bin/bind10/bind10
  1436. chmod +x src/bin/bind10/run_bind10.sh
  1437. chmod +x src/bin/cmdctl/tests/cmdctl_test
  1438. chmod +x src/bin/dbutil/run_dbutil.sh
  1439. chmod +x src/bin/dbutil/tests/dbutil_test.sh
  1440. chmod +x src/bin/xfrin/tests/xfrin_test
  1441. chmod +x src/bin/xfrout/tests/xfrout_test
  1442. chmod +x src/bin/zonemgr/tests/zonemgr_test
  1443. chmod +x src/bin/bindctl/tests/bindctl_test
  1444. chmod +x src/bin/bindctl/run_bindctl.sh
  1445. chmod +x src/bin/loadzone/run_loadzone.sh
  1446. chmod +x src/bin/loadzone/tests/correct/correct_test.sh
  1447. chmod +x src/bin/sysinfo/run_sysinfo.sh
  1448. chmod +x src/bin/usermgr/run_b10-cmdctl-usermgr.sh
  1449. chmod +x src/bin/msgq/run_msgq.sh
  1450. chmod +x src/lib/dns/gen-rdatacode.py
  1451. chmod +x src/lib/log/tests/console_test.sh
  1452. chmod +x src/lib/log/tests/destination_test.sh
  1453. chmod +x src/lib/log/tests/init_logger_test.sh
  1454. chmod +x src/lib/log/tests/local_file_test.sh
  1455. chmod +x src/lib/log/tests/logger_lock_test.sh
  1456. chmod +x src/lib/log/tests/severity_test.sh
  1457. chmod +x src/lib/util/python/doxygen2pydoc.py
  1458. chmod +x src/lib/util/python/mkpywrapper.py
  1459. chmod +x src/lib/util/python/gen_wiredata.py
  1460. chmod +x src/lib/python/isc/log/tests/log_console.py
  1461. ])
  1462. AC_OUTPUT
  1463. dnl Print the results
  1464. dnl
  1465. cat > config.report << END
  1466. BIND 10 source configure results:
  1467. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  1468. Package:
  1469. Name: ${PACKAGE_NAME}
  1470. Version: ${PACKAGE_VERSION}
  1471. OS Family: ${OS_TYPE}
  1472. Using GNU sed: ${GNU_SED}
  1473. C++ Compiler:
  1474. CXX: ${CXX}
  1475. CXX_VERSION: ${CXX_VERSION}
  1476. DEFS: ${DEFS}
  1477. CPPFLAGS: ${CPPFLAGS}
  1478. CXXFLAGS: ${CXXFLAGS}
  1479. LDFLAGS: ${LDFLAGS}
  1480. B10_CXXFLAGS: ${B10_CXXFLAGS}
  1481. Python:
  1482. PYTHON_VERSION: ${PYTHON_VERSION}
  1483. PYTHON_INCLUDES: ${PYTHON_INCLUDES}
  1484. PYTHON_CXXFLAGS: ${PYTHON_CXXFLAGS}
  1485. PYTHON_LDFLAGS: ${PYTHON_LDFLAGS}
  1486. PYTHON_LIB: ${PYTHON_LIB}
  1487. Boost:
  1488. BOOST_VERSION: ${BOOST_VERSION}
  1489. BOOST_INCLUDES: ${BOOST_INCLUDES}
  1490. Botan:
  1491. BOTAN_VERSION: ${BOTAN_VERSION}
  1492. BOTAN_INCLUDES: ${BOTAN_INCLUDES}
  1493. BOTAN_LDFLAGS: ${BOTAN_LDFLAGS}
  1494. BOTAN_LIBS: ${BOTAN_LIBS}
  1495. Log4cplus:
  1496. LOG4CPLUS_VERSION: ${LOG4CPLUS_VERSION}
  1497. LOG4CPLUS_INCLUDES: ${LOG4CPLUS_INCLUDES}
  1498. LOG4CPLUS_LIBS: ${LOG4CPLUS_LIBS}
  1499. SQLite:
  1500. SQLITE_VERSION: ${SQLITE_VERSION}
  1501. SQLITE_CFLAGS: ${SQLITE_CFLAGS}
  1502. SQLITE_LIBS: ${SQLITE_LIBS}
  1503. END
  1504. # Avoid confusion on DNS/DHCP and only mention MySQL if it
  1505. # were specified on the command line.
  1506. if test "$MYSQL_CPPFLAGS" != "" ; then
  1507. cat >> config.report << END
  1508. MySQL:
  1509. MYSQL_VERSION: ${MYSQL_VERSION}
  1510. MYSQL_CPPFLAGS: ${MYSQL_CPPFLAGS}
  1511. MYSQL_LIBS: ${MYSQL_LIBS}
  1512. END
  1513. fi
  1514. if test "$enable_gtest" != "no"; then
  1515. cat >> config.report << END
  1516. GTest:
  1517. GTEST_VERSION: ${GTEST_VERSION}
  1518. GTEST_INCLUDES: ${GTEST_INCLUDES}
  1519. GTEST_LDFLAGS: ${GTEST_LDFLAGS}
  1520. GTEST_LDADD: ${GTEST_LDADD}
  1521. GTEST_SOURCE: ${GTEST_SOURCE}
  1522. END
  1523. fi
  1524. cat >> config.report << END
  1525. Features:
  1526. $enable_features
  1527. Developer:
  1528. Enable Debugging: $debug_enabled
  1529. Google Tests: $enable_gtest
  1530. Valgrind: $found_valgrind
  1531. C++ Code Coverage: $USE_LCOV
  1532. Python Code Coverage: $USE_PYCOVERAGE
  1533. Logger checks: $enable_logger_checks
  1534. Generate Documentation: $enable_generate_docs
  1535. END
  1536. cat config.report
  1537. cat <<EOF
  1538. Now you can type "make" to build BIND 10. Note that if you intend to
  1539. run "make check", you must run "make" first as some files need to be
  1540. generated by "make" before "make check" can be run.
  1541. EOF