]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prettified some messages.
authorFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 24 Oct 2008 10:00:09 +0000 (12:00 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 24 Oct 2008 10:00:09 +0000 (12:00 +0200)
configure.in

index 56a6d23ac0343c3e19022a66650ed51f07ce9789..a791a2d44531ce37eefe6c77500908de30b70959 100755 (executable)
@@ -41,10 +41,7 @@ CXXFLAGS="-DDEFAULT_SQUID_CONFIG_DIR=\\\"$sysconfdir\\\" $CXXFLAGS"
 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 ;;
@@ -169,7 +166,7 @@ AC_SUBST(CACHE_EFFECTIVE_USER)
 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 )
@@ -384,8 +381,8 @@ AC_ARG_ENABLE(xmalloc-statistics,
 
 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"
@@ -438,7 +435,7 @@ if test "$with_dl" = "yes"; then
 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
@@ -545,7 +542,7 @@ AC_SUBST(STORE_LINKOBJS)
 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
@@ -674,7 +671,7 @@ AM_CONDITIONAL([USE_AIOPS_WIN32], [test "$USE_AIOPS_WIN32" = 1])
 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
@@ -2032,10 +2029,9 @@ else
 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"
@@ -3703,7 +3699,8 @@ dnl on error pages
 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