head	1.6;
access;
symbols
	old_RELEASE_4_8_0:1.5
	old_RELEASE_5_0_0:1.5
	old_RELEASE_4_7_0:1.5
	old_RELEASE_4_6_2:1.5
	old_RELEASE_4_6_1:1.5
	old_RELEASE_4_6_0:1.5
	old_RELEASE_5_0_DP1:1.5
	old_RELEASE_4_5_0:1.5
	old_RELEASE_4_4_0:1.5
	old_RELEASE_4_3_0:1.4
	old_RELEASE_4_2_0:1.3
	old_RELEASE_4_1_1:1.3
	old_RELEASE_4_1_0:1.3
	old_RELEASE_3_5_0:1.3
	old_RELEASE_4_0_0:1.3
	old_RELEASE_3_4_0:1.1.1.1
	old_RELEASE_3_3_0:1.1.1.1
	old_v_3_1:1.1.1.1
	old_KISS:1.1.1;
locks; strict;
comment	@# @;


1.6
date	2003.05.10.22.29.24;	author perky;	state dead;
branches;
next	1.5;

1.5
date	2001.04.30.00.05.28;	author kris;	state Exp;
branches;
next	1.4;

1.4
date	2001.01.03.08.45.15;	author kevlo;	state Exp;
branches;
next	1.3;

1.3
date	2000.02.27.07.54.40;	author kris;	state Exp;
branches;
next	1.2;

1.2
date	2000.02.01.00.11.55;	author jedgar;	state Exp;
branches;
next	1.1;

1.1
date	99.07.06.01.28.28;	author cpiazza;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.07.06.01.28.28;	author cpiazza;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Upgrade to 5.0 and keep 4.0 as lang/lua4
@
text
@--- config	Mon Nov  6 12:28:20 2000
+++ config.new	Tue Jan  2 15:51:57 2001
@@@@ -28,7 +28,6 @@@@
 # ------------------------------------------------------------------ C compiler
 
 # You need an ANSI C compiler. gcc is a popular one.
-CC= gcc
 WARN= -ansi -pedantic -Wall
 
 # On IRIX, cc is a good ANSI compiler.
@@@@ -93,7 +93,7 @@@@
 INCS= -I$(INC) $(EXTRA_INCS)
 DEFS= $(COMPAT) $(NUMBER) $(OLD_ANSI) $(EXTRA_DEFS)
 
-CFLAGS= -O2 $(WARN) $(INCS) $(DEFS)
+CFLAGS+= $(WARN) $(INCS) $(DEFS)
 
 V=4.0
 
@


1.5
log
@Don't hard-code -O2; inherit default CC and CFLAGS from <sys.mk>
@
text
@@


1.4
log
@Update to 4.0

PR: 24036
Submitted by: MAINTAINER
@
text
@d3 1
a3 1
@@@@ -28,7 +28,7 @@@@
a7 1
+CC?= gcc
d11 1
a11 1
@@@@ -93,7 +93,8 @@@@
d16 1
a16 2
+CFLAGS?= -O2
+CFLAGS+= -O2 $(WARN) $(INCS) $(DEFS)
@


1.3
log
@Lunchboxify by upgrading to lua 3.2.2 (distfile had the same name), and
respect CFLAGS

Noticed by:	bento
@
text
@d1 3
a3 3
--- config.orig	Thu Jul  8 06:32:37 1999
+++ config	Sat Feb 26 23:51:52 2000
@@@@ -18,7 +18,7 @@@@
d6 1
a6 1
 # you need an ANSI C compiler. gcc is a popular one.
d9 1
a9 1
 WARN= -ansi -Wall
d11 2
a12 2
 # on IRIX, cc is a good ANSI compiler.
@@@@ -64,5 +64,6 @@@@
d14 1
a14 1
 DEFS= $(COMPAT) $(NUMBER) $(OLD_ANSI) $(EXTRALIB) $(EXTRA_DEFS)
d18 3
a20 1
+CFLAGS+= $(WARN) $(INCS) $(DEFS)
@


1.2
log
@Update port to 3.2

PR:		16469
Submitted by:	Maintainer
@
text
@d1 2
a2 2
--- config.orig Sun Jan 30 00:05:20 2000
+++ config      Thu Jul  8 06:32:37 1999
d12 1
a12 1
@@@@ -64,5 +64,5 @@@@
a15 1
+CFLAGS= $(WARN) $(INCS) $(DEFS)
d17 3
a19 1

@


1.1
log
@Initial revision
@
text
@d1 4
a4 4
--- config.orig	Tue Jul  6 18:17:42 1999
+++ config	Tue Jul  6 18:18:03 1999
@@@@ -3,7 +3,7 @@@@
 # == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT ======================
d11 2
a12 2
 # on SGI's, cc is ANSI.
@@@@ -51,4 +51,4 @@@@
d14 1
a14 1
 DEFS= $(COMPAT) $(NUMBER) $(OLD_ANSI) $(EXTRA_DEFS)
d16 1
d18 1
a18 1
+CFLAGS+= $(WARN) $(INCS) $(DEFS)
@


1.1.1.1
log
@Lua:
A programming language originally designed for extending applications,
but also frequently used as a general-purpose, stand-alone language. Lua
combines simple procedural syntax (similar to Pascal) with powerful data
description constructs based on associative arrays and extensible semantics.

PR:		12459
Submitted by:	Richard Kiss <richard@@homemail.com>
@
text
@@
