~ubuntu-branches/ubuntu/jaunty/cmake/jaunty-security

« back to all changes in this revision

Viewing changes to Modules/FindTclsh.cmake

  • Committer: Bazaar Package Importer
  • Author(s): A. Maitland Bottoms
  • Date: 2006-06-18 16:34:11 UTC
  • mfrom: (1.4.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060618163411-pi234s3v6jwlcmof
Tags: 2.4.2-1
* New upstream release (Closes: #338324)
* Put cmake .vim files into /usr/share/vim/addons/plugin/
  where they can be used. (Closes: #366663)
* Install cmake-mode.el so it can be used. (Closes: #366664)
* Ensure cmake FindKDE locates KDE libraries on Debian
  based distributions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
 
1
# - Find tclsh
2
2
# This module finds if TCL is installed and determines where the
3
3
# include files and libraries are. It also determines what the name of
4
4
# the library is. This code sets the following variables:
5
 
#
6
 
#  TCL_TCLSH        = the full path to the tclsh binary (tcl tcl80 etc)
7
 
#
8
 
 
 
5
#  TCL_TCLSH = the path to the tclsh executable
9
6
# In cygwin, look for the cygwin version first.  Don't look for it later to
10
7
# avoid finding the cygwin version on a Win32 build.
11
8
IF(WIN32)