Browse Source

Remove --with-boost-lib configuration switch.
And remove it from documentation too (while in the guide also remove
note about LD_LIBRARY_PATH which was handled in ticket 148).


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2684 e5f2f494-b856-4b98-b285-d166d9295462

Jeremy C. Reed 14 years ago
parent
commit
99d6197e51
4 changed files with 28 additions and 58 deletions
  1. 4 0
      ChangeLog
  2. 0 8
      configure.ac
  3. 18 26
      doc/guide/bind10-guide.html
  4. 6 24
      doc/guide/bind10-guide.xml

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+  83.	[build]*
+	The configure --with-boost-lib option is removed. It was not
+	used since the build included ASIO. (svn r2683)
+
   82.	[func]		jinmei
 	bin/auth: Added -u option to allow the effective process user
 	of the authoritative server after invocation.  The same option to

+ 0 - 8
configure.ac

@@ -256,14 +256,6 @@ if test "${boost_include_path}" ; then
 fi
 AC_SUBST(BOOST_INCLUDES)
 
-AC_ARG_WITH([boost-lib],
-AC_HELP_STRING([--with-boost-lib=PATH],
-  [specify exact directory for Boost libraries]),
-  [if test "$withval" != "yes" -a "$withval" != "no"; then
-   BOOST_LDFLAGS="-L$withval"
-   fi])
-AC_SUBST(BOOST_LDFLAGS)
-
 #
 # Check availability of gtest, which will be used for unit tests.
 #

File diff suppressed because it is too large
+ 18 - 26
doc/guide/bind10-guide.html


+ 6 - 24
doc/guide/bind10-guide.xml

@@ -75,9 +75,8 @@
 	data source backend is SQLite3. The authoritative server
 	requires SQLite 3.3.9 or newer.
         The <command>b10-xfrin</command> and <command>b10-xfrout</command>
-	modules require the libboost library,
-        libpython3 library,
-	and the Python _sqlite3.so module.
+        modules require the libpython3 library and the Python
+        _sqlite3.so module.
       </para></note>
 <!-- TODO: this will change ... -->
 
@@ -272,9 +271,8 @@ var/
         </para>
 
         <para>
-	  The Boost Library, Python Library,
-	  and Python _sqlite3 module are required to enable the
-	  Xfrout and Xfrin support.
+	  The Python Library and Python _sqlite3 module are required to
+          enable the Xfrout and Xfrin support.
         </para>
 
         <note><simpara>
@@ -487,14 +485,6 @@ var/
           </varlistentry>
 
           <varlistentry>
-            <term>--with-boost-lib</term>
-            <listitem> 
-              <simpara>Define the path to find the Boost library.
-              </simpara>
-            </listitem> 
-          </varlistentry>
-
-          <varlistentry>
             <term>--with-pythonpath</term>
             <listitem> 
               <simpara>Define the path to Python 3.1 if it is not in the
@@ -520,10 +510,10 @@ var/
 
         <para>
           For example, the following configures it to
-    find the Boost headers and library, find the
+    find the Boost headers, find the
     Python interpreter, and sets the installation location:
 
-          <screen>$ <userinput>./configure --with-boost-lib=/usr/pkg/lib \
+          <screen>$ <userinput>./configure \
       --with-boost-include=/usr/pkg/include \
       --with-pythonpath=/usr/pkg/bin/python3.1 \
       --prefix=/opt/bind10</userinput></screen>
@@ -557,14 +547,6 @@ var/
           <para>The install step may require superuser privileges.</para>
         </note>
 
-<!-- Trac #148 -->
-        <note><simpara>
-	  Depending on your system and the location of your Boost
-	  Python and Python shared libraries, you may need to
-	  configure your run-time linker to find them (such as
-	  setting LD_LIBRARY_PATH).
-        </simpara></note>
-
       </section>
 
   <!-- TODO: tests -->