Parcourir la source

[3507] Renamed AX_BOOST_FOR_BIND10 macro to AX_BOOST_FOR_KEA.

Marcin Siodelski il y a 10 ans
Parent
commit
962d0e1396
3 fichiers modifiés avec 5 ajouts et 5 suppressions
  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
 #
-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

+ 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 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