--------------------- PatchSet 4716 Date: 2007/06/11 12:25:15 Author: amosjeffries Branch: squid3-ipv6 Tag: (none) Log: Cleanup formatting of configure --help Members: configure.in:1.63.2.22->1.63.2.23 Index: squid3/configure.in =================================================================== RCS file: /cvsroot/squid-sf//squid3/configure.in,v retrieving revision 1.63.2.22 retrieving revision 1.63.2.23 diff -u -r1.63.2.22 -r1.63.2.23 --- squid3/configure.in 11 Jun 2007 07:24:23 -0000 1.63.2.22 +++ squid3/configure.in 11 Jun 2007 12:25:15 -0000 1.63.2.23 @@ -1,7 +1,7 @@ dnl Configuration input file for Squid dnl -dnl $Id: configure.in,v 1.63.2.22 2007/06/11 07:24:23 amosjeffries Exp $ +dnl $Id: configure.in,v 1.63.2.23 2007/06/11 12:25:15 amosjeffries Exp $ dnl dnl dnl @@ -11,7 +11,7 @@ AC_CONFIG_AUX_DIR(cfgaux) AC_CONFIG_SRCDIR([src/main.cc]) AM_INIT_AUTOMAKE([tar-ustar]) -AC_REVISION($Revision: 1.63.2.22 $)dnl +AC_REVISION($Revision: 1.63.2.23 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE @@ -371,7 +371,7 @@ use_carp=1 AC_ARG_ENABLE(carp, -[ --disable-carp Disable CARP support], +[ --disable-carp Disable CARP support], [ if test "$enableval" = "no" ; then echo "CARP disabled" use_carp=0 @@ -1666,7 +1666,7 @@ AC_SUBST(EXTERNAL_ACL_HELPERS) AC_ARG_WITH(valgrind, -[ --with-valgrind Include debug instrumentation for use with valgrind], +[ --with-valgrind Include debug instrumentation for use with valgrind], [ case $withval in yes) valgrind=1 @@ -1798,15 +1798,13 @@ AC_MSG_CHECKING([whether to enable IPv6]) AC_ARG_WITH(ipv6-split-stack, - [ --with-ipv6-split-stack Require ipv6 split-stack support], + [ --with-ipv6-split-stack Require IPv6 split-stack support (Depends on IPv6 Support)], AC_DEFINE(USE_IPV6_SPLITSTACK, 1, [Enable support for Split-Stack IPv6 Implementations]) , AC_DEFINE(USE_IPV6_SPLITSTACK, 0, [No support for split-stack IPv6 Implementations]) ) AC_ARG_ENABLE(ipv6, -[ --enable-ipv6 Enable ipv6 support - --disable-ipv6 Disable ipv6 support -], +[ --enable-ipv6 Enable ipv6 support], [ AC_MSG_RESULT(yes) AC_CACHE_CHECK([if PF_INET6 is available], $enableval, AC_TRY_RUN(