Skip to content

Commit 0ac4682

Browse files
committed
added comments to configure.ac
1 parent 3e39b24 commit 0ac4682

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

configure.ac

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ LT_INIT
1616

1717
# The version of the libtool library is of the form current:revision:age
1818
#
19+
# See http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
20+
#
1921
# When doing a release, they should be updated like this:
2022
# 1. If no interfaces changed, only implementations: just increment
2123
# revision.
@@ -42,6 +44,14 @@ AX_CXX_COMPILE_STDCXX_0X
4244
#AX_CXX_COMPILE_STDCXX_11([],[optional])
4345
AX_CXX_HEADER_TR1_UNORDERED_MAP
4446
AX_CXX_HEADER_UNORDERED_MAP
47+
48+
# NB At present if configure finds boost on your system then it WILL
49+
# define ECLIB_MULTITHREAD which you may not want, if you have not put
50+
# --with-boost on the configure line. This should be fixed. Until
51+
# then, if your system has boost but you do not want to use
52+
# multithreading, manually edit out the lines in configure which
53+
# define ECLIB_MULTITHREAD=1.
54+
#
4555
# Boost 1.35.0+ required for Asio (1.25.0 for Thread)
4656
AX_BOOST_BASE([1.35.0])
4757
AX_BOOST_SYSTEM

0 commit comments

Comments
 (0)