]> git.ipfire.org Git - thirdparty/pdns.git/commit
Use Boost macros from autoconf-archive
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Thu, 25 Dec 2014 11:49:12 +0000 (12:49 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Thu, 25 Dec 2014 11:55:22 +0000 (12:55 +0100)
commit39107229d77017ae3909a48332175f901d49e6e0
tree23eaa549205ae31fcddcabb942bc710237220a36
parent935be639046a046b9f440be0456bfdb9a8a6d72a
Use Boost macros from autoconf-archive

Imported from upstream commit 5abd4cfbe611

This speeds up ./configure a lot on my system

time ./configure --enable-unit-tests --with-modules='remote' \
--with-dynmodules='' --disable-silent-rules \
--disable-dependency-tracking --enable-tools >/dev/null

Before:
real 0m30.989s
user 0m18.538s
sys 0m12.078s

After:
real 0m5.373s
user 0m3.073s
sys 0m2.529s

Fixes #890
configure.ac
m4/ax_boost_base.m4 [new file with mode: 0644]
m4/ax_boost_program_options.m4 [new file with mode: 0644]
m4/ax_boost_serialization.m4 [new file with mode: 0644]
m4/ax_boost_unit_test_framework.m4 [new file with mode: 0644]
m4/boost.m4 [deleted file]
m4/pdns_enable_unit_tests.m4
modules/remotebackend/Makefile.am
pdns/Makefile.am