summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/config/test/link/common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/config/test/link/common.sh')
-rw-r--r--src/boost/libs/config/test/link/common.sh19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/boost/libs/config/test/link/common.sh b/src/boost/libs/config/test/link/common.sh
new file mode 100644
index 00000000..9725a5c3
--- /dev/null
+++ b/src/boost/libs/config/test/link/common.sh
@@ -0,0 +1,19 @@
+# copyright John Maddock 2005
+# Use, modification and distribution are subject to the
+# Boost Software License, Version 1.0. (See accompanying file
+# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+#
+# 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/')
+
+
+
+
+
+
+