]> 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 3ecb25b403bdf90aa1d23012a7980c5696243f26..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 \
@@ -39,10 +49,10 @@ OPTS=" \
        --with-large-files \
        --enable-underscores \
        --enable-icap-client \
-       --enable-auth="basic,digest,ntlm" \
-       --enable-basic-auth-helpers="LDAP,MSNT,NCSA,PAM,SASL,SMB,YP,getpwnam,multi-domain-NTLM" \
-       --enable-ntlm-auth-helpers="SMB" \
-       --enable-digest-auth-helpers="ldap,password" \
+       --enable-auth \
+       --enable-auth-basic="LDAP,MSNT,NCSA,PAM,SASL,SMB,YP,getpwnam,multi-domain-NTLM" \
+       --enable-auth-ntlm="SMB" \
+       --enable-auth-digest="ldap,password" \
        --enable-external-acl-helpers="ip_user,ldap_group,session,unix_group,wbinfo_group" \
        --with-filedescriptors=65536 \
        --enable-epoll \