]> git.ipfire.org Git - thirdparty/squid.git/commit
Use DISTCHECK_CONFIGURE_FLAGS to make recursive distcheck work again.
authorAmos Jeffries <amosjeffries@squid-cache.org>
Tue, 12 Oct 2010 11:57:10 +0000 (05:57 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Tue, 12 Oct 2010 11:57:10 +0000 (05:57 -0600)
commit9f240854bf642404f03f3f780a164786c4c794bd
treedc39958b7135d8606eeeee35d1d9fd31ba1ca445
parentd83346ad03a0fdd31e1c2002cb6ca40ca4486528
Use DISTCHECK_CONFIGURE_FLAGS to make recursive distcheck work again.

DISTCHECK_CONFIGURE_FLAGS is a magic automake macro for the
distcheck target recursive tests between scripted runs.
we use it to perform the same duty between our nested scripts.

We used it earlier but lost it through a bit of forgetfulness. Documented
now to prevent that happening again.
test-suite/buildtests/layer-00-default.opts
test-suite/buildtests/layer-01-minimal.opts
test-suite/buildtests/layer-02-maximus.opts
test-suite/buildtests/layer-05-nodeps-esi.opts
test-suite/buildtests/os-debian.opts
test-suite/buildtests/os-mingw.opts
test-suite/buildtests/os-ubuntu.opts