]> git.ipfire.org Git - thirdparty/squid.git/blame_incremental - test-suite/buildtests/layer-01-minimal.opts
Maintenance: update --with-expat detection (#1726)
[thirdparty/squid.git] / test-suite / buildtests / layer-01-minimal.opts
... / ...
CommitLineData
1## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
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
8#
9# Minimal configuration options.
10# - Everthing that can be disabled is
11# - Everyhing that can be done without is
12#
13#
14# Check - everything MUST work at this level
15# distcheck is not possible here since it drops our configure options...
16MAKETEST="distcheck"
17#
18#
19# The options for this level can be easily generated semi-automatically from configure.ac by:
20# grep -E "^AC_ARG_ENABLE" ./configure.ac | grep -o -E "[0-9a-z-]+[,]" | grep -o -E "[^,]+" >disable.opts
21# followed by insertion of ' --disable-' and '\' strings
22#
23# grep -E "^AC_ARG_WITH" ./configure.ac | grep -o -E "[0-9a-z-]+[,]" | grep -o -E "[^,]+" >without.opts
24# followed by insertion of ' --without-' and ' \' strings
25#
26# sometimes it's just too automatic.. Following options should be just stripped
27#
28# --without-default-user \
29# --without-aufs-threads \
30# --without-filedescriptors \
31# --without-build-environment \
32#
33# NP: DISTCHECK_CONFIGURE_FLAGS is a magic automake macro for the
34# distcheck target recursive tests beteen scripted runs.
35# we use it to perform the same duty between our nested scripts.
36DISTCHECK_CONFIGURE_FLAGS=" \
37 --disable-build-info \
38 --disable-shared \
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 \
53 --disable-snmp \
54 --disable-eui \
55 --disable-htcp \
56 --disable-ssl-crtd \
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 \
69 --disable-follow-x-forwarded-for \
70 --disable-ident-lookups \
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 \
79 --disable-url-rewrite-helpers \
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 \
89 --disable-translation \
90 --disable-optimizations \
91 \
92 --without-pthreads \
93 --without-aio \
94 --without-cap \
95 --without-dl \
96 --without-expat \
97 --without-gnugss \
98 --without-heimdal-krb5 \
99 --without-large-files \
100 --without-ldap \
101 --without-mit-krb5 \
102 --without-nettle \
103 --without-valgrind-debug \
104 --without-ipv6-split-stack \
105 --without-dns-cname \
106 --without-gnutls \
107 --without-openssl \
108 --without-po2html \
109 --without-psapi \
110 --without-systemd \
111 --without-tdb \
112 "
113
114# Fix the distclean testing.
115export DISTCHECK_CONFIGURE_FLAGS