Changeset a0ddcf for configure.ac


Ignore:
Timestamp:
Apr 6, 2011, 4:05:13 PM (15 years ago)
Author:
Frederik Heber <heber@…>
Children:
2ed1a0
Parents:
624a32
git-author:
Frederik Heber <heber@…> (04/06/11 14:45:10)
git-committer:
Frederik Heber <heber@…> (04/06/11 16:05:13)
Message:

Replaced *_boost_*.m4 by boost.m4 from tsuna.

  • https://github.com/tsuna/boost.m4/ has a very nice boost m4 macro to check for presence of boost headers and libraries, also setting the rpath correctly.
  • required changes in all Makefile.ams as BOOST_... variable names have changed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r624a32 ra0ddcf  
    3333
    3434# Boost libraries
    35 AX_BOOST_BASE([1.40])
    36 AX_BOOST_THREAD
    37 AX_BOOST_PROGRAM_OPTIONS
     35BOOST_REQUIRE([1.40])
     36BOOST_PROGRAM_OPTIONS
     37BOOST_THREADS
    3838
    3939# Checks for typedefs, structures, and compiler characteristics.
Note: See TracChangeset for help on using the changeset viewer.