~ubuntu-branches/ubuntu/hardy/tclex/hardy

« back to all changes in this revision

Viewing changes to src/configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Matej Vela
  • Date: 2007-04-20 19:32:23 UTC
  • Revision ID: james.westby@ubuntu.com-20070420193223-zqhhdty5ex7gjcnf
Tags: 1.2a1-11
* QA upload.
* Port to Tcl 8.4.  Closes: #420183.
  - src/tcLex.c: Use Command->flags instead of Command->deleted.
  - src/tcLex.c: Conform more closely to the Tcl_GetIndexFromObj(3tcl)
    prototype.
* Remove unnecessary dependency on Tk.
* debian/rules: Install changes.txt as the upstream changelog.
* debian/changelog: Add colon after `closes' to placate Lintian.
* debian/copyright: Update upstream URL.
* debian/watch: Add.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
fi
15
15
AC_PROG_INSTALL
16
16
 
17
 
file=${exec_prefix}/lib/tcl8.3/tclConfig.sh
 
17
file=${exec_prefix}/lib/tcl8.4/tclConfig.sh
18
18
. $file
19
19
 
20
20
CC=$TCL_CC