]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3507] Renamed AX_BOOST_FOR_BIND10 macro to AX_BOOST_FOR_KEA.
authorMarcin Siodelski <marcin@isc.org>
Tue, 12 Aug 2014 11:09:33 +0000 (13:09 +0200)
committerMarcin Siodelski <marcin@isc.org>
Tue, 12 Aug 2014 11:09:33 +0000 (13:09 +0200)
configure.ac
m4macros/Makefile.am
m4macros/ax_boost_for_kea.m4 [moved from m4macros/ax_boost_for_bind10.m4 with 98% similarity]

index 6b72b8f5a03e76a25074a811fdc566549e018452..404add898b17a2f00f415992434ca6fb29ad6dda 100644 (file)
@@ -1007,7 +1007,7 @@ LIBS=$LIBS_SAVED
 #
 # Configure Boost header path
 #
-AX_BOOST_FOR_BIND10
+AX_BOOST_FOR_KEA
 # Boost offset_ptr is required in one library and not optional right now, so
 # we unconditionally fail here if it doesn't work.
 if test "$BOOST_OFFSET_PTR_WOULDFAIL" = "yes" -a "$werror_ok" = 1; then
index 319655755b7f0eee8e4bb4879725a1796712ba75..021751025c58e75f7b4001e75d2e68de55c91b49 100644 (file)
@@ -1 +1 @@
-EXTRA_DIST  = ax_boost_for_bind10.m4
+EXTRA_DIST  = ax_boost_for_kea.m4
similarity index 98%
rename from m4macros/ax_boost_for_bind10.m4
rename to m4macros/ax_boost_for_kea.m4
index 4e713c9f186b64712d36b39222b6806788d9e213..99be90a27e0989361c391890062a824e8ccea011 100644 (file)
@@ -1,4 +1,4 @@
-dnl @synopsis AX_BOOST_FOR_BIND10
+dnl @synopsis AX_BOOST_FOR_KEA
 dnl
 dnl Test for the Boost C++ header files intended to be used within BIND 10
 dnl
@@ -37,7 +37,7 @@ dnl                        causes segfaults in offset_ptr implementation when
 dnl                        compiled by GCC with optimisations enabled.
 dnl                        See ticket no. 3025 for details.
 
-AC_DEFUN([AX_BOOST_FOR_BIND10], [
+AC_DEFUN([AX_BOOST_FOR_KEA], [
 AC_LANG_SAVE
 AC_LANG([C++])
 
@@ -203,4 +203,4 @@ AC_MSG_RESULT([$BOOST_VERSION])
 
 CPPFLAGS="$CPPFLAGS_SAVED"
 AC_LANG_RESTORE
-])dnl AX_BOOST_FOR_BIND10
+])dnl AX_BOOST_FOR_KEA