Diff
Not logged in

Differences From Artifact [213e543cf9]:

To Artifact [cccefb4361]:


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#! /bin/bash -norc
dnl	This file is an input file used by the GNU "autoconf" program to
dnl	generate the file "configure", which is run during Tcl installation
dnl	to configure the system for the local environment.
#
# RCS: @(#) $Id: configure.in,v 1.118 2004/11/16 03:30:56 das Exp $

AC_INIT(../generic/tcl.h)
AC_PREREQ(2.57)
AC_CONFIG_HEADERS([tclConfig.h])
AC_CONFIG_COMMANDS_PRE([DEFS=-DHAVE_TCL_CONFIG_H])

TCL_VERSION=8.5
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=5
TCL_PATCH_LEVEL="a2"
VERSION=${TCL_VERSION}






|



|
|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#! /bin/bash -norc
dnl	This file is an input file used by the GNU "autoconf" program to
dnl	generate the file "configure", which is run during Tcl installation
dnl	to configure the system for the local environment.
#
# RCS: @(#) $Id: configure.in,v 1.119 2004/11/17 17:53:03 dgp Exp $

AC_INIT(../generic/tcl.h)
AC_PREREQ(2.57)
dnl AC_CONFIG_HEADERS([tclConfig.h])
dnl AC_CONFIG_COMMANDS_PRE([DEFS=-DHAVE_TCL_CONFIG_H])

TCL_VERSION=8.5
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=5
TCL_PATCH_LEVEL="a2"
VERSION=${TCL_VERSION}