Updated boost.m4amule-svn-r10879
commit2cbadcdfa73e353dcb57f6433c26b911de1ec0aa
authorupstream svn <svn@amule.org>
Wed, 7 Oct 2015 19:07:31 +0000 (7 19:07 +0000)
committerDévai Tamás <gonosztopi@amule.org>
Wed, 24 Feb 2016 11:20:16 +0000 (24 11:20 +0000)
tree6c552a90fa70da5442530b230baebb5f7e37f600
parentbb890318844e571fc18d3b80d79cbc8bece54540
Updated boost.m4

This fixes Boost detection with gcc-5.

aMule-specific code has been moved to muleboost.m4, and all changes to boost.m4
has been marked with '*aMule*' to ease further upgrades. These are:
- removed the configure flag --with-boost from BOOST_REQUIRE, we add it ourselves
  with a different help text;
- changed AC_DEFUN_ONCE definition of BOOST_REQUIRE to AC_DEFUN, because autoconf
  would expand the former at the top level regardless of the place of the macro
  call. That would cause some checks being made and a useless warning being
  generated even if Boost is not requested (and is unavailable).
36 files changed:
.svn-revision
Makefile.in
aclocal.m4
config.h.in
configure
docs/Makefile.in
docs/man/Makefile.in
m4/boost.m4
m4/muleboost.m4 [new file with mode: 0644]
src/Makefile.in
src/libs/Makefile.in
src/libs/common/Makefile.in
src/libs/ec/Makefile.in
src/libs/ec/cpp/Makefile.in
src/pixmaps/Makefile.in
src/pixmaps/flags_xpm/Makefile.in
src/skins/Makefile.in
src/utils/Makefile.in
src/utils/aLinkCreator/Makefile.in
src/utils/aLinkCreator/docs/Makefile.in
src/utils/aLinkCreator/src/Makefile.in
src/utils/cas/Makefile.in
src/utils/cas/docs/Makefile.in
src/utils/fileview/Makefile.in
src/utils/plasmamule/Makefile.in
src/utils/wxCas/Makefile.in
src/utils/wxCas/docs/Makefile.in
src/utils/wxCas/src/Makefile.in
src/utils/xas/Makefile.in
src/utils/xas/docs/Makefile.in
src/webserver/Makefile.in
src/webserver/default/Makefile.in
src/webserver/src/Makefile.in
unittests/Makefile.in
unittests/muleunit/Makefile.in
unittests/tests/Makefile.in