[svn] commit: r2020 - in /trunk: ./ configure.ac ext/boost/ src/bin/xfrin/ src/lib/cc/ src/lib/dns/ src/lib/dns/rdata/generic/rrsig_46.cc src/lib/dns/tests/

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Jun 1 20:27:40 UTC 2010


Author: jreed
Date: Tue Jun  1 20:27:40 2010
New Revision: 2020

Log:
Merge from branches/trac217-remove-ext-boost
for Trac ticket #217 to remove ext/boost.

(This commit also has some propset changes. I don't know why.)

Removed:
    trunk/ext/boost/
Modified:
    trunk/   (props changed)
    trunk/configure.ac
    trunk/src/bin/xfrin/   (props changed)
    trunk/src/lib/cc/   (props changed)
    trunk/src/lib/dns/   (props changed)
    trunk/src/lib/dns/rdata/generic/rrsig_46.cc   (props changed)
    trunk/src/lib/dns/tests/   (props changed)

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Tue Jun  1 20:27:40 2010
@@ -364,19 +364,8 @@
 fi
 
 # Check for headers from required devel kits.
-# boost/shared_ptr.hpp is in ext in svn but not in tarball.
-CPPFLAGS_SAVED=$CPPFLAGS
-if test "X$BOOST_INCLUDES" = "X"; then
-	# abs_top_srcdir not defined yet
-	# so this is only useful to check.  We'll replace it after the check.
-	CPPFLAGS="$CPPFLAGS -Iext/boost"
-fi
 AC_CHECK_HEADERS([boost/shared_ptr.hpp boost/foreach.hpp],,
   AC_MSG_ERROR([Missing required header files.]))
-CPPFLAGS=$CPPFLAGS_SAVED
-if test "X$BOOST_INCLUDES" = "X"; then
-	CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/ext/boost"
-fi
 
 AC_ARG_ENABLE(man, [AC_HELP_STRING([--enable-man],
   [regenerate man pages [default=no]])] ,enable_man=yes, enable_man=no)




More information about the bind10-changes mailing list