head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


1.1
date	2007.02.13.06.46.59;	author mi;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Webshell -- a TCL module for Apache. Appears to be the most advanced
and the best supported such module of the several listed at

	http://tcl.apache.org/

Works with both Apache-1.3.x and 2.x and has an interesting development
paradigm.
@
text
@--- Makefile.in	Sun Mar  5 11:58:37 2006
+++ Makefile.in	Thu Feb  8 19:37:14 2007
@@@@ -96,7 +96,7 @@@@
 VERSION = @@VERSION@@
 CC = @@CC@@
-CFLAGS_DEBUG = @@CFLAGS_DEBUG@@
-CFLAGS_DEFAULT = @@CFLAGS_DEFAULT@@
-CFLAGS_OPTIMIZE = @@CFLAGS_OPTIMIZE@@
+#CFLAGS_DEBUG = @@CFLAGS_DEBUG@@
+#CFLAGS_DEFAULT = @@CFLAGS_DEFAULT@@
+#CFLAGS_OPTIMIZE = @@CFLAGS_OPTIMIZE@@
 CLEANFILES = @@CLEANFILES@@
 EXEEXT = @@EXEEXT@@
@@@@ -154,5 +154,5 @@@@
 	$(TCL_EXTRA_CFLAGS)
 
-DEFS = -DVERSION=\"@@VERSION@@\" -D@@PLATFORM@@=1 -DUSE_TCL_STUBS=@@USE_TCL_STUBS@@ $(EXTRA_CFLAGS)
+DEFS = -DVERSION=\"@@VERSION@@\" -D@@PLATFORM@@=1 $(EXTRA_CFLAGS)
 
 ACLOCAL_M4 = $(srcdir)/aclocal.m4
@
