Install TR1 headers. Addresses #2404.

Patch from Chris Allen.


[SVN r49255]
This commit is contained in:
Vladimir Prus 2008-10-10 17:18:32 +00:00
parent 0b21368a18
commit 417b7e2486

View file

@ -367,9 +367,12 @@ else if [ modules.peek : UNIX ]
}
local headers =
[ path.glob-tree $(BOOST_ROOT)/boost : *.hpp *.ipp *.h *.inc : CVS .svn ]
[ path.glob-tree $(BOOST_ROOT)/boost/compatibility/cpp_c_headers : c* : CVS
.svn ] ;
# The .SUNWCCh files are present in tr1 include directory and have to be installed,
# see http://lists.boost.org/Archives/boost/2007/05/121430.php
[ path.glob-tree $(BOOST_ROOT)/boost : *.hpp *.ipp *.h *.inc *.SUNWCCh : CVS .svn ]
[ path.glob-tree $(BOOST_ROOT)/boost/compatibility/cpp_c_headers : c* : CVS .svn ]
[ path.glob boost/tr1/tr1 : * : bcc32 sun CVS ]
;
# Complete install.
package.install install-proper