~ubuntu-branches/ubuntu/raring/tcl8.5/raring

« back to all changes in this revision

Viewing changes to unix/configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2007-12-25 16:10:04 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20071225161004-zr4n8bj42nh1ybll
Tags: 8.5.0-2
Again disabled stack checking on hppa architecture since it doesn't
work yet.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
dnl     generate the file "configure", which is run during Tcl installation
4
4
dnl     to configure the system for the local environment.
5
5
#
6
 
# RCS: @(#) $Id: configure.in,v 1.171 2007/11/19 18:14:50 dgp Exp $
 
6
# RCS: @(#) $Id: configure.in,v 1.172 2007/12/13 15:28:41 dgp Exp $
7
7
 
8
8
AC_INIT([tcl],[8.5])
9
9
AC_PREREQ(2.59)
27
27
TCL_VERSION=8.5
28
28
TCL_MAJOR_VERSION=8
29
29
TCL_MINOR_VERSION=5
30
 
TCL_PATCH_LEVEL="b3"
 
30
TCL_PATCH_LEVEL=".0"
31
31
VERSION=${TCL_VERSION}
32
32
 
33
33
#------------------------------------------------------------------------