]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - test-suite/buildtests/os-ubuntu.opts
Source Format Enforcement (#763)
[thirdparty/squid.git] / test-suite / buildtests / os-ubuntu.opts
index 5d9c761f5804dc2f265c0145a934bcca092e06a3..b0a831af3cffd4bf6de6db38d897f33615447423 100644 (file)
@@ -1,4 +1,12 @@
 #!/bin/sh
+#
+## Copyright (C) 1996-2021 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.
+##
+
 #
 MAKETEST="check installcheck uninstallcheck"
 #
@@ -6,7 +14,10 @@ MAKETEST="check installcheck uninstallcheck"
 #
 # This is to test any release build against what the package maintainers are seeing
 #
-OPTS=" \
+# 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=" \
        --build=i486-linux-gnu \
        --prefix=/usr \
        --includedir="\${prefix}/include" \
@@ -19,7 +30,6 @@ OPTS=" \
        --datadir=/usr/share/squid3 \
        --sysconfdir=/etc/squid3 \
        --mandir=/usr/share/man \
-       --with-cppunit-basedir=/usr \
        --with-default-user=proxy \
  \
        --disable-maintainer-mode \