X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.in;h=6355ca069951ab3e8914953b6d5580267b2c2bbe;hb=d026c3e06f6e19e5ed4174ab1a504a4b5af79183;hp=497fcdce24e8eca5f022ba197fb95b488176a110;hpb=d0ff74ece5ebc093f663becb5d7513692c891222;p=ir-tcl-moved-to-github.git diff --git a/Makefile.in b/Makefile.in index 497fcdc..6355ca0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,11 +1,11 @@ # 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.65 2005-03-10 14:10:54 adam Exp $ SHELL=/bin/sh # IrTcl Version -VERSION=1.4.2 +VERSION=1.4.3 # Directory prefix with machine independent files (scripts, setup files, etc.) prefix = @prefix@ @@ -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@