forked from boostorg/config
Updated auto-link tests to match the new Boost.Install naming scheme. [SVN r20603]
13 lines
213 B
Bash
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/')
|
|
|
|
|
|
|
|
|