tsuna / boost.m4

M4 macros to use Boost with the autotools
http://wiki.github.com/tsuna/boost.m4/
GNU General Public License v3.0
87 stars 52 forks source link

Cache the last working Boost library suffix #95

Closed DrMcCoy closed 6 years ago

DrMcCoy commented 7 years ago

Part of the changes I did on boost.m4 in https://github.com/xoreos/xoreos but never got around creating pull requests for. Sorry.

This adds some caching for the boost library suffixes. When one test finds a working boost library, the suffix is remembered and checked first for subsequent tests.

This essentially speeds up boost.m4 considerably.