From: Adam Dickmeiss Date: Thu, 10 Mar 2005 13:55:31 +0000 (+0000) Subject: Disable CCL2RPN by default X-Git-Tag: IRTCL.1.4.3~9 X-Git-Url: http://git.indexdata.com/?p=ir-tcl-moved-to-github.git;a=commitdiff_plain;h=0837608be8c1784f14d6ab20ae4a4fb592d225de;hp=28c2129bab6567c84653c6f92d20f93da52ef9e3 Disable CCL2RPN by default --- diff --git a/Makefile.in b/Makefile.in index 497fcdc..46db21d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ # IR toolkit for tcl/tk # (c) Index Data 1995-2004 # See the file LICENSE for details. -# $Id: Makefile.in,v 1.63 2004-05-04 19:42:56 adam Exp $ +# $Id: Makefile.in,v 1.64 2005-03-10 13:55:31 adam Exp $ SHELL=/bin/sh # IrTcl Version @@ -47,7 +47,7 @@ YAZINC=@YAZINC@ INCLUDE=-I. $(YAZINC) $(TKINC) $(TCLINC) # All command line options except CFLAGS -DEFS=-DCCL2RPN=1 @DEFS@ -DIRTCLDIR=\"$(IRTCLDIR)\" \ +DEFS=-DCCL2RPN=0 @DEFS@ -DIRTCLDIR=\"$(IRTCLDIR)\" \ $(INCLUDE) -DIR_TCL_VERSION=\"$(VERSION)\" INSTALL = @INSTALL@