From: wessels <> Date: Mon, 5 Apr 2004 23:22:00 +0000 (+0000) Subject: spellchecked X-Git-Tag: SQUID_3_0_PRE4~1107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4aaf39c605b92f674f48e57d8c5e4a6db7e2fb9;p=thirdparty%2Fsquid.git spellchecked --- diff --git a/configure.in b/configure.in index 8883557b44..5d70209e4e 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ dnl Configuration input file for Squid dnl dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9) dnl -dnl $Id: configure.in,v 1.352 2004/02/20 09:21:05 adrian Exp $ +dnl $Id: configure.in,v 1.353 2004/04/05 17:22:00 wessels Exp $ dnl dnl dnl @@ -13,7 +13,7 @@ AC_CONFIG_SRCDIR([src/main.cc]) AC_CONFIG_AUX_DIR(cfgaux) AM_INIT_AUTOMAKE(squid, 3.0-PRE3-CVS) AM_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.352 $)dnl +AC_REVISION($Revision: 1.353 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE @@ -66,7 +66,7 @@ if test -z "$CACHE_ICP_PORT"; then CACHE_ICP_PORT="3130" fi -dnl Subsitutions +dnl Substitutions AC_DEFINE_UNQUOTED(CACHE_HTTP_PORT, $CACHE_HTTP_PORT, [What default TCP port to use for HTTP listening?]) AC_DEFINE_UNQUOTED(CACHE_ICP_PORT, $CACHE_ICP_PORT,