head	1.4;
access;
symbols
	old_old_old_RELEASE_4_2_0:1.3
	old_old_old_RELEASE_4_1_1:1.3
	old_old_old_RELEASE_4_1_0:1.2
	old_old_old_RELEASE_3_5_0:1.2
	old_old_old_RELEASE_4_0_0:1.2
	old_old_old_RELEASE_3_4_0:1.2
	old_old_old_RELEASE_3_3_0:1.2
	old_old_old_RELEASE_3_2_0:1.2
	old_old_old_RELEASE_3_1_0:1.2
	old_old_old_RELEASE_2_2_8:1.2
	old_old_old_RELEASE_3_0_0:1.2
	old_old_old_RELEASE_2_2_7:1.2
	old_old_old_RELEASE_2_2_6:1.1;
locks; strict;
comment	@# @;


1.4
date	2001.01.05.10.41.15;	author peter;	state dead;
branches;
next	1.3;

1.3
date	2000.07.28.07.27.35;	author sobomax;	state Exp;
branches;
next	1.2;

1.2
date	98.04.10.05.11.38;	author peter;	state Exp;
branches;
next	1.1;

1.1
date	98.02.08.03.39.06;	author peter;	state Exp;
branches;
next	;


desc
@@


1.4
log
@These patches are redundant, and have been for quite some time.
The configure script used to override our manual settings, but no more.
@
text
@--- configure.in	Tue Jul 18 12:45:29 2000
+++ configure.in.next	Fri Jul 28 02:49:54 2000
@@@@ -19,14 +19,6 @@@@
 REGEXLIB=''	# -lregex
 LIBREGEX=''	# libregex.a
 
-dnl use directory structure of cached as default (hack)
-if test "$libexecdir" = '${exec_prefix}/libexec' &&
-   test "$localstatedir" = '${prefix}/var'; then
-	libexecdir='${bindir}'
-	localstatedir='${prefix}'
-
-fi
-
 dnl use .exe suffix for executables on cygwin32 platform
 case "$host_os" in
 cygwin32|os2)
@


1.3
log
@Update to the latest 2.3.STABLE4 version plus official patches.

PR:		20211
Submitted by:	Naoki IDO <ido@@hitachi-ms.co.jp>
Reviewed by:	adrian
@
text
@@


1.2
log
@Update squid-1.2b18 -> 1.2.b19 (with dist patch)
Read ChangeLog for the large list of bugfixes/changes/new features.
@
text
@d1 17
a17 18
*** /tmp/configure.in	Sat Feb  7 21:20:29 1998
--- configure.in	Sat Feb  7 21:24:48 1998
***************
*** 19,31 ****
  REGEXLIB=''	# -lregex
  LIBREGEX=''	# libregex.a
  
- dnl use directory structure of cached as default (hack)
- if test "$libexecdir" = '${exec_prefix}/libexec'; then
- 	libexecdir='${bindir}'
- 	localstatedir='${prefix}'
- 
- fi
- 
  dnl use .exe suffix for executables on cygwin32 platform
  case "$host_os" in
  cygwin32)
--- 19,24 ----
@


1.1
log
@Evan sent me a port update moments after I committed one.  Pick out some
of the changes he's made..  (Although I'm not so sure about moving the
cache to /var/spool/squid...)

Reviewed by:	Evan Champion <evanc@@synapse.net>
@
text
@d15 3
a17 3
  if test -z "$CACHE_HTTP_PORT"; then
  	CACHE_HTTP_PORT="3128"
  fi
@
