]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - test-suite/buildtests/os-debian.opts
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / test-suite / buildtests / os-debian.opts
index 46468ebc6b297efe814dde175f06ed9aaecacd09..e09a18bb5c5f0580587ddc6f9af87817e33e0c4f 100644 (file)
@@ -1,13 +1,24 @@
 #!/bin/sh
+#
+## Copyright (C) 1996-2018 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"
 #
 #
 # Configure options currently used by Debian Packaged Release
 #
-# This is to test any release build against what the package maintainers are seing
+# 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" \
@@ -20,7 +31,6 @@ OPTS=" \
        --datadir=/usr/share/squid3 \
        --sysconfdir=/etc/squid3 \
        --mandir=/usr/share/man \
-       --with-cppunit-basedir=/usr \
        --with-default-user=proxy \
  \
        --disable-maintainer-mode \