From: Marcin Siodelski Date: Tue, 12 Aug 2014 11:09:33 +0000 (+0200) Subject: [3507] Renamed AX_BOOST_FOR_BIND10 macro to AX_BOOST_FOR_KEA. X-Git-Tag: trac3482_base~39^2~1^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=962d0e13963d8661278e80d9364a2c347937ec54;p=thirdparty%2Fkea.git [3507] Renamed AX_BOOST_FOR_BIND10 macro to AX_BOOST_FOR_KEA. --- diff --git a/configure.ac b/configure.ac index 6b72b8f5a0..404add898b 100644 --- a/configure.ac +++ b/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 diff --git a/m4macros/Makefile.am b/m4macros/Makefile.am index 319655755b..021751025c 100644 --- a/m4macros/Makefile.am +++ b/m4macros/Makefile.am @@ -1 +1 @@ -EXTRA_DIST = ax_boost_for_bind10.m4 +EXTRA_DIST = ax_boost_for_kea.m4 diff --git a/m4macros/ax_boost_for_bind10.m4 b/m4macros/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 4e713c9f18..99be90a27e 100644 --- a/m4macros/ax_boost_for_bind10.m4 +++ b/m4macros/ax_boost_for_kea.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