head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2000.07.14.11.22.45;	author alex;	state Exp;
branches;
next	1.1;

1.1
date	2000.01.29.06.05.33;	author steve;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- update to version 1.4
- respect CFLAGS
- place unversioned distfile on my public_distfiles area

Noticed by:	bento
@
text
@--- makefile.orig	Sun Jan 23 20:40:47 2000
+++ makefile	Sun Jan 23 20:41:08 2000
@@@@ -24,7 +24,7 @@@@
 #
 
 CGI-LIB=cgi-lib.a
-CC=gcc
-CCFLAGS=-c
+CC?=gcc
+CCFLAGS+=-c
 AR=ar
 ARFLAGS=rc
@


1.1
log
@Adding cgi-lib version 1.3.
An ANSI C library for CGI programming.

PR:		15985
Submitted by:	Sergey Samoyloff <gonza@@techline.ru>
@
text
@d8 1
d10 1
a10 1
 CCFLAGS=-c
@

