# Default configuration options.
# - Nothing special configured. Just whatever is found by "./configure"
#
-SQUID_CONFIGURE_FLAGS=""
+# 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=""
# Fix the distclean testing.
-export SQUID_CONFIGURE_FLAGS
+export DISTCHECK_CONFIGURE_FLAGS
+
# --without-build-environment \
#
#
-SQUID_CONFIGURE_FLAGS=" \
+# 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=" \
--disable-build-info \
--disable-loadable-modules \
--disable-gnuregex \
"
# Fix the distclean testing.
-export SQUID_CONFIGURE_FLAGS
+export DISTCHECK_CONFIGURE_FLAGS
# --with-valgrind-debug \
#
#
-SQUID_CONFIGURE_FLAGS=" \
+# 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=" \
--enable-loadable-modules \
--enable-gnuregex \
--enable-optimizations \
"
# Fix the distclean testing.
-export SQUID_CONFIGURE_FLAGS
+export DISTCHECK_CONFIGURE_FLAGS
# NP: there must be no overlap in code for plugging the libraries in/out.
# this means we can test the absence of all in one run and save time.
#
-SQUID_CONFIGURE_FLAGS="\
+# 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="\
--enable-esi \
--without-expat \
--without-libxml2 \
--enable-build-info"
# Fix the distclean testing.
-export SQUID_CONFIGURE_FLAGS
+export DISTCHECK_CONFIGURE_FLAGS
#
# 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
#
-SQUID_CONFIGURE_FLAGS=" \
+# 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" \
#
# Configure options currently supported by MinGW environment
#
-SQUID_CONFIGURE_FLAGS=" \
+# 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=" \
--prefix=c:/squid \
--enable-storeio="ufs,aufs" \
--enable-removal-policies="lru,heap" \
#
# This is to test any release build against what the package maintainers are seeing
#
-SQUID_CONFIGURE_FLAGS=" \
+# 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" \