Towards 1.4. Configure updates.
[ir-tcl-moved-to-github.git] / Makefile.in
index 63432ba..75e0fc1 100644 (file)
@@ -1,11 +1,11 @@
 # IR toolkit for tcl/tk
 # (c) Index Data 1995-1999
 # See the file LICENSE for details.
-# $Id: Makefile.in,v 1.53 1999-12-12 00:25:59 adam Exp $
+# $Id: Makefile.in,v 1.55 2001-12-03 00:31:06 adam Exp $
 SHELL=/bin/sh
 
 # IrTcl Version
-VERSION=1.3
+VERSION=1.4
 
 # Directory prefix with machine independent files (scripts, setup files, etc.)
 prefix = @prefix@
@@ -50,7 +50,7 @@ YAZINC=@YAZINC@
 INCLUDE=-I. $(YAZINC) $(TKINC) $(TCLINC) 
 
 # All command line options except CFLAGS
-DEFS=-DCCL2RPN=0 @DEFS@ -DIRTCLDIR=\"$(IRTCLDIR)\" \
+DEFS=-DCCL2RPN=1 @DEFS@ -DIRTCLDIR=\"$(IRTCLDIR)\" \
        $(INCLUDE) -DIR_TCL_VERSION=\"$(VERSION)\"
 
 INSTALL = @INSTALL@