use_loadable_modules=1
AC_MSG_CHECKING(whether to use loadable modules)
AC_ARG_ENABLE(loadable-modules,
- AC_HELP_STRING(
- [--disable-loadable-modules],
- [do not support loadable modules])
- ,
+ AC_HELP_STRING( [--disable-loadable-modules], [do not support loadable modules]) ,
[
case "${enableval}" in
yes) use_loadable_modules=yes ;;
DEFAULT_LOG_DIR="$localstatedir/logs"
AC_ARG_WITH(logdir,
AC_HELP_STRING([--with-logdir=PATH],
- [Default location for squid logs. default: $DEFAULT_LOG_DIR]),
+ Default location for squid logs. default: $DEFAULT_LOG_DIR),
[ case $withval in
yes|no)
AC_MSG_ERROR( --with-logdir requires a directory PATH. --with-logdir=PATH )
AC_ARG_ENABLE(async-io,
AC_HELP_STRING([--enable-async-io[=N_THREADS]],
- [Shorthand for --with-aufs-threads=N_THREADS --with-pthreads
- --enable-storeio=ufs,aufs]),
+ [Shorthand for "--with-aufs-threads=N_THREADS --with-pthreads
+ --enable-storeio=ufs,aufs"]),
[ case $enableval in
yes)
with_pthreads="yes"
fi
AC_ARG_ENABLE(storeio,
- AC_HELP_STRING([--enable-storeio=\"list of modules\"],
+ AC_HELP_STRING([--enable-storeio="list of modules"],
[Build support for the list of store I/O modules.
The default is only to build the "ufs" module.
See src/fs for a list of available modules, or
AC_SUBST(STORE_TESTS)
AC_ARG_ENABLE(disk-io,
- AC_HELP_STRING([--enable-disk-io=\"list of modules\"],
+ AC_HELP_STRING([--enable-disk-io="list of modules"],
[Build support for the list of disk I/O modules.
The default is only to build the "Blocking" module.
See src/DiskIO for a list of available modules, or
AM_CONDITIONAL([USE_AIO_WIN32], [test "$USE_AIO_WIN32" = 1])
AC_ARG_ENABLE(removal-policies,
- AC_HELP_STRING([--enable-removal-policies=\"list of policies\"],
+ AC_HELP_STRING([--enable-removal-policies="list of policies"],
[Build support for the list of removal policies.
The default is only to build the "lru" module.
See src/repl for a list of available modules, or
fi
AC_ARG_WITH(cppunit-basedir,
-[ --with-cppunit-basedir=/path/to/cppunit-base
- Path where the cppunit headers are libraries are found
- for unit testing.
- ],
+ AC_HELP_STRING([--with-cppunit-basedir=/path/to/cppunit-base],
+ [Path where the cppunit headers are libraries are found
+ for unit testing.]),
[ if test -f $withval/include/cppunit/TestCase.h; then
echo "Using cppunit includes from $withval"
SQUID_CPPUNIT_INC="-I${withval}/include"
use_errlocale=yes
AC_ARG_ENABLE(auto-locale,
AC_HELP_STRING([--disable-auto-locale],
- [This prevets Squid providing localized error pages based on the clients request headers.
+ [This prevets Squid providing localized error pages based on the
+ clients request headers.
When disabled Squid requires explicit language configuration.]),
[ if test "$enableval" = "no" ; then
use_errlocale=no