X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.in;h=713849471ca5f1fafa542fe285e2188ac0da37ba;hb=dec8b1d7ae8358f58bd0cdc701f5ae6bbc290b15;hp=9519782b23cd70b2ec1f6d88555bcd1efac50c84;hpb=2d42edd809ab188892914d042ab1e9b27a89d1b1;p=ir-tcl-moved-to-github.git diff --git a/Makefile.in b/Makefile.in index 9519782..7138494 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,11 +1,11 @@ # IR toolkit for tcl/tk -# (c) Index Data 1995-1999 +# (c) Index Data 1995-2003 # See the file LICENSE for details. -# $Id: Makefile.in,v 1.58 2002-09-13 20:23:56 adam Exp $ +# $Id: Makefile.in,v 1.61 2003-02-23 23:50:15 adam Exp $ SHELL=/bin/sh # IrTcl Version -VERSION=1.4 +VERSION=1.4.1 # Directory prefix with machine independent files (scripts, setup files, etc.) prefix = @prefix@ @@ -21,7 +21,7 @@ BINDIR=$(exec_prefix)/bin LIBDIR=$(exec_prefix)/lib MANDIR=$(prefix)/man INCDIR=$(prefix)/include -IRTCLDIR=$(prefix)/lib/ir-tcl +IRTCLDIR=$(prefix)/lib/irtcl CC=@CC@