~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: 2009-11-22 14:23:53 UTC
  • mfrom: (10.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20091122142353-a0awlv6cays5y50f
Tags: 8.5.8-2
Fixed building on MIPS architectures. The upstream changes in 8.5.8
include changing FPU settings which isn't possible in Debian GNU/Linux
(and isn't required also).

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.180.2.12 2009/04/10 18:01:35 das Exp $
 
6
# RCS: @(#) $Id: configure.in,v 1.180.2.13 2009/11/03 19:21:39 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=".7"
 
30
TCL_PATCH_LEVEL=".8"
31
31
VERSION=${TCL_VERSION}
32
32
 
33
33
#------------------------------------------------------------------------