Files
config/test/link/common.sh
John Maddock 13271be003 Updated docs to match changes to auto-linking code.
Updated auto-link tests to match the new Boost.Install naming scheme.


[SVN r20603]
2003-11-02 11:45:25 +00:00

13 lines
213 B
Bash

#
# locate all the header dependencies:
header=""
#
# locate all the source files:
src=link_test.cpp
boost_version=$(grep 'define.*BOOST_LIB_VERSION' ../../../boost/version.hpp | sed 's/.*"\([^"]*\)".*/\1/')