head	1.4;
access;
symbols
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.3
	RELEASE_3_4_0:1.3
	RELEASE_3_3_0:1.3
	RELEASE_3_2_0:1.3
	RELEASE_3_1_0:1.3
	RELEASE_2_2_8:1.3
	RELEASE_3_0_0:1.3
	RELEASE_2_2_7:1.3
	RELEASE_2_2_6:1.2;
locks; strict;
comment	@# @;


1.4
date	2001.10.03.10.46.42;	author adrian;	state dead;
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.4
log
@Properly delete the squid22 port
Oops. :)
@
text
@--- configure.orig	Fri Feb 27 13:51:13 1998
+++ configure	Thu Mar  5 14:39:57 1998
@@@@ -611,12 +611,6 @@@@
 REGEXLIB=''	# -lregex
 LIBREGEX=''	# libregex.a
 
-if test "$libexecdir" = '${exec_prefix}/libexec'; then
-	libexecdir='${bindir}'
-	localstatedir='${prefix}'
-
-fi
-
 case "$host_os" in
 cygwin32)
	exec_suffix=".exe"
@


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
@@


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 ----
@
