]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - test-suite/buildtests/layer-05-nodeps-esi.opts
SourceFormat Enforcement
[thirdparty/squid.git] / test-suite / buildtests / layer-05-nodeps-esi.opts
index 578cf6862970e6a86a86c8b0cb5b5816155dd90f..6e6d2f17e511a133a15ce8d64647272fde0a10e9 100644 (file)
@@ -1,4 +1,10 @@
-#
+## Copyright (C) 1996-2017 The Squid Software Foundation and contributors
+##
+## Squid software is distributed under GPLv2+ license and includes
+## contributions from numerous individuals and organizations.
+## Please see the COPYING and CONTRIBUTORS files for details.
+##
+
 #
 # Component Missing Libraries Check - everything MUST work at this level
 MAKETEST="distcheck"
@@ -10,11 +16,14 @@ MAKETEST="distcheck"
 # NP: there must be no overlap in code for plugging the libraries in/out.
 #     this means we can test the absence of all in one run and save time.
 #
-SQUID_CONFIGURE_FLAGS="\
+# NP: DISTCHECK_CONFIGURE_FLAGS is a magic automake macro for the 
+#     distcheck target recursive tests beteen scripted runs.
+#     we use it to perform the same duty between our nested scripts.
+DISTCHECK_CONFIGURE_FLAGS="\
        --enable-esi \
        --without-expat \
        --without-libxml2 \
        --enable-build-info"
 
 # Fix the distclean testing.
-export SQUID_CONFIGURE_FLAGS
+export DISTCHECK_CONFIGURE_FLAGS