]> git.ipfire.org Git - thirdparty/squid.git/blame - test-suite/buildtests/layer-01-minimal.opts
Maintenance: update --with-expat detection (#1726)
[thirdparty/squid.git] / test-suite / buildtests / layer-01-minimal.opts
CommitLineData
b8ae064d 1## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4e0938ef
AJ
2##
3## Squid software is distributed under GPLv2+ license and includes
4## contributions from numerous individuals and organizations.
5## Please see the COPYING and CONTRIBUTORS files for details.
6##
7
f9d9b10e
AJ
8#
9# Minimal configuration options.
10# - Everthing that can be disabled is
9603207d 11# - Everyhing that can be done without is
f9d9b10e 12#
4b985c04 13#
e989b5f1
AJ
14# Check - everything MUST work at this level
15# distcheck is not possible here since it drops our configure options...
933fb30a 16MAKETEST="distcheck"
4b985c04
AJ
17#
18#
a6093a2d 19# The options for this level can be easily generated semi-automatically from configure.ac by:
6b1d7a0e 20# grep -E "^AC_ARG_ENABLE" ./configure.ac | grep -o -E "[0-9a-z-]+[,]" | grep -o -E "[^,]+" >disable.opts
f9d9b10e
AJ
21# followed by insertion of ' --disable-' and '\' strings
22#
6b1d7a0e 23# grep -E "^AC_ARG_WITH" ./configure.ac | grep -o -E "[0-9a-z-]+[,]" | grep -o -E "[^,]+" >without.opts
f9d9b10e
AJ
24# followed by insertion of ' --without-' and ' \' strings
25#
8b0d8e31
AJ
26# sometimes it's just too automatic.. Following options should be just stripped
27#
28# --without-default-user \
29# --without-aufs-threads \
8b0d8e31 30# --without-filedescriptors \
8b0d8e31
AJ
31# --without-build-environment \
32#
9603207d 33# NP: DISTCHECK_CONFIGURE_FLAGS is a magic automake macro for the
9f240854
AJ
34# distcheck target recursive tests beteen scripted runs.
35# we use it to perform the same duty between our nested scripts.
36DISTCHECK_CONFIGURE_FLAGS=" \
4fe75473 37 --disable-build-info \
5a2409b7 38 --disable-shared \
f9d9b10e
AJ
39 --disable-xmalloc-statistics \
40 --disable-async-io \
41 --disable-storeio \
42 --disable-disk-io \
43 --disable-removal-policies \
44 --disable-icmp \
45 --disable-delay-pools \
46 --disable-esi \
47 --disable-icap-client \
48 --disable-ecap \
49 --disable-useragent-log \
50 --disable-referer-log \
51 --disable-wccp \
52 --disable-wccpv2 \
f9d9b10e 53 --disable-snmp \
55ae2269 54 --disable-eui \
f9d9b10e 55 --disable-htcp \
f3575929 56 --disable-ssl-crtd \
f9d9b10e
AJ
57 --disable-forw-via-db \
58 --disable-cache-digests \
59 --disable-poll \
60 --disable-select \
61 --disable-kqueue \
62 --disable-epoll \
63 --disable-http-violations \
64 --disable-ipfw-transparent \
65 --disable-ipf-transparent \
66 --disable-pf-transparent \
67 --disable-linux-netfilter \
68 --disable-linux-tproxy \
f9d9b10e
AJ
69 --disable-follow-x-forwarded-for \
70 --disable-ident-lookups \
f9d9b10e
AJ
71 --disable-default-hostsfile \
72 --disable-auth \
73 --disable-basic-auth-helpers \
74 --disable-ntlm-auth-helpers \
75 --disable-negotiate-auth-helpers \
76 --disable-digest-auth-helpers \
77 --disable-ntlm-fail-open \
78 --disable-external-acl-helpers \
d9417891 79 --disable-url-rewrite-helpers \
f9d9b10e
AJ
80 --disable-mempools \
81 --disable-win32-service \
82 --disable-unlinkd \
83 --disable-stacktraces \
84 --disable-cpu-profiling \
85 --disable-vary \
86 --disable-ipv6 \
87 --disable-zph-qos \
88 --disable-auto-locale \
461b8219 89 --disable-translation \
9d1ea543 90 --disable-optimizations \
f9d9b10e 91 \
f9d9b10e
AJ
92 --without-pthreads \
93 --without-aio \
59eac907 94 --without-cap \
f9d9b10e 95 --without-dl \
7b47b3cb 96 --without-expat \
42557148
AJ
97 --without-gnugss \
98 --without-heimdal-krb5 \
f9d9b10e 99 --without-large-files \
0d57ed2e 100 --without-ldap \
42557148 101 --without-mit-krb5 \
1d11e9b3 102 --without-nettle \
f9d9b10e
AJ
103 --without-valgrind-debug \
104 --without-ipv6-split-stack \
f9d9b10e 105 --without-dns-cname \
7fe4245d 106 --without-gnutls \
f3575929 107 --without-openssl \
f9d9b10e 108 --without-po2html \
a186e0d9 109 --without-psapi \
75a8daaf 110 --without-systemd \
acd207af 111 --without-tdb \
f9d9b10e 112 "
933fb30a
AJ
113
114# Fix the distclean testing.
9f240854 115export DISTCHECK_CONFIGURE_FLAGS