Updated docs to match changes to auto-linking code.

Updated auto-link tests to match the new Boost.Install naming scheme.


[SVN r20603]
This commit is contained in:
John Maddock
2003-11-02 11:45:25 +00:00
parent f4d59657b9
commit 13271be003
15 changed files with 1360 additions and 1805 deletions

View File

@@ -69,7 +69,7 @@ bool BOOST_CONFIG_DECL check_options(
// set up automatic linking:
//
#if !defined(BOOST_CONFIG_SOURCE) && !defined(BOOST_CONFIG_NO_LIB)
# define BOOST_LIB_NAME "link_test"
# define BOOST_LIB_NAME link_test
# include <boost/config/auto_link.hpp>
#endif