]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/tools/quickbook-config.jam
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / src / tools / quickbook-config.jam
index e983a78a8ee7c2e71dbbd2937961c7e61e550649..c6c3e7fbc04dd73446b9ad2d71430e6752ae8cd6 100644 (file)
@@ -1,6 +1,6 @@
 #~ Copyright 2005 Rene Rivera.
 #~ Distributed under the Boost Software License, Version 1.0.
-#~ (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
+#~ (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt)
 
 # Automatic configuration for BoostBook tools. To use, just import this module.
 
@@ -18,7 +18,7 @@ if [ os.name ] = NT
     }
     local quickbook-path = [ GLOB "$(boost-dir)\\bin" "\\Boost\\bin" : quickbook.exe ] ;
     quickbook-path = $(quickbook-path[1]) ;
-    
+
     if $(quickbook-path)
     {
         if --debug-configuration in [ modules.peek : ARGV ]
@@ -32,7 +32,7 @@ else
 {
     local quickbook-path = [ GLOB "/usr/local/bin" "/usr/bin" "/opt/bin" : quickbook ] ;
     quickbook-path = $(quickbook-path[1]) ;
-    
+
     if $(quickbook-path)
     {
         if --debug-configuration in [ modules.peek : ARGV ]