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


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

1.4
date	2000.07.28.07.27.36;	author sobomax;	state Exp;
branches;
next	1.3;

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

1.2
date	98.03.05.06.43.06;	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.5
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	Tue Jul 18 12:45:24 2000
+++ configure.next	Fri Jul 28 02:56:49 2000
@@@@ -676,13 +676,6 @@@@
 REGEXLIB=''	# -lregex
 LIBREGEX=''	# libregex.a
 
-if test "$libexecdir" = '${exec_prefix}/libexec' &&
-   test "$localstatedir" = '${prefix}/var'; then
-	libexecdir='${bindir}'
-	localstatedir='${prefix}'
-
-fi
-
 case "$host_os" in
 cygwin32|os2)
 	exec_suffix=".exe"
@


1.4
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.3
log
@Update squid-1.2b18 -> 1.2.b19 (with dist patch)
Read ChangeLog for the large list of bugfixes/changes/new features.
@
text
@d1 3
a3 3
--- configure.orig	Fri Feb 27 13:51:13 1998
+++ configure	Thu Mar  5 14:39:57 1998
@@@@ -611,12 +611,6 @@@@
d7 2
a8 1
-if test "$libexecdir" = '${exec_prefix}/libexec'; then
d15 2
a16 2
 cygwin32)
	exec_suffix=".exe"
@


1.2
log
@Update squid1.2.beta14 -> beta16.

Note: the b14 -> b15 change will loose your cache unless you take
the steps on http://squid.nlanr.net/ to recover it.

Read the Changelog for details, this is a fairly large update.
@
text
@d13 3
a15 3
 if test -z "$CACHE_HTTP_PORT"; then
 	CACHE_HTTP_PORT="3128"
 fi
@


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
@d1 15
a15 17
*** /tmp/configure	Sat Feb  7 21:20:29 1998
--- configure	Sat Feb  7 21:24:51 1998
***************
*** 608,619 ****
  REGEXLIB=''	# -lregex
  LIBREGEX=''	# libregex.a
  
- if test "$libexecdir" = '${exec_prefix}/libexec'; then
- 	libexecdir='${bindir}'
- 	localstatedir='${prefix}'
- 
- fi
- 
  if test -z "$CACHE_HTTP_PORT"; then
  	CACHE_HTTP_PORT="3128"
  fi
--- 608,613 ----
@
