Browse Source

[3507] Renamed AX_BOOST_FOR_BIND10 macro to AX_BOOST_FOR_KEA.

Marcin Siodelski 10 years ago
parent
commit
962d0e1396
3 changed files with 5 additions and 5 deletions
  1. 1 1
      configure.ac
  2. 1 1
      m4macros/Makefile.am
  3. 3 3
      m4macros/ax_boost_for_bind10.m4

+ 1 - 1
configure.ac

@@ -1007,7 +1007,7 @@ LIBS=$LIBS_SAVED
 #
 #
 # Configure Boost header path
 # 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
 # Boost offset_ptr is required in one library and not optional right now, so
 # we unconditionally fail here if it doesn't work.
 # we unconditionally fail here if it doesn't work.
 if test "$BOOST_OFFSET_PTR_WOULDFAIL" = "yes" -a "$werror_ok" = 1; then
 if test "$BOOST_OFFSET_PTR_WOULDFAIL" = "yes" -a "$werror_ok" = 1; then

+ 1 - 1
m4macros/Makefile.am

@@ -1 +1 @@
-EXTRA_DIST  = ax_boost_for_bind10.m4
+EXTRA_DIST  = ax_boost_for_kea.m4

+ 3 - 3
m4macros/ax_boost_for_bind10.m4

@@ -1,4 +1,4 @@
-dnl @synopsis AX_BOOST_FOR_BIND10
+dnl @synopsis AX_BOOST_FOR_KEA
 dnl
 dnl
 dnl Test for the Boost C++ header files intended to be used within BIND 10
 dnl Test for the Boost C++ header files intended to be used within BIND 10
 dnl
 dnl
@@ -37,7 +37,7 @@ dnl                        causes segfaults in offset_ptr implementation when
 dnl                        compiled by GCC with optimisations enabled.
 dnl                        compiled by GCC with optimisations enabled.
 dnl                        See ticket no. 3025 for details.
 dnl                        See ticket no. 3025 for details.
 
 
-AC_DEFUN([AX_BOOST_FOR_BIND10], [
+AC_DEFUN([AX_BOOST_FOR_KEA], [
 AC_LANG_SAVE
 AC_LANG_SAVE
 AC_LANG([C++])
 AC_LANG([C++])
 
 
@@ -203,4 +203,4 @@ AC_MSG_RESULT([$BOOST_VERSION])
 
 
 CPPFLAGS="$CPPFLAGS_SAVED"
 CPPFLAGS="$CPPFLAGS_SAVED"
 AC_LANG_RESTORE
 AC_LANG_RESTORE
-])dnl AX_BOOST_FOR_BIND10
+])dnl AX_BOOST_FOR_KEA