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

« back to all changes in this revision

Viewing changes to unix/Makefile.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:
4
4
# "./configure", which is a configuration script generated by the "autoconf"
5
5
# program (constructs like "@foo@" will get replaced in the actual Makefile.
6
6
#
7
 
# RCS: @(#) $Id: Makefile.in,v 1.223 2007/10/18 17:52:18 dgp Exp $
 
7
# RCS: @(#) $Id: Makefile.in,v 1.225 2007/12/13 15:28:40 dgp Exp $
8
8
 
9
9
VERSION                 = @TCL_VERSION@
10
10
MAJOR_VERSION           = @TCL_MAJOR_VERSION@
791
791
            done;
792
792
        @echo "Installing package msgcat 1.4.2 as a Tcl Module";
793
793
        @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/msgcat-1.4.2.tm;
794
 
        @echo "Installing package tcltest 2.3b1 as a Tcl Module";
795
 
        @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/tcltest-2.3b1.tm;
 
794
        @echo "Installing package tcltest 2.3.0 as a Tcl Module";
 
795
        @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/tcltest-2.3.0.tm;
796
796
 
797
797
        @echo "Installing package platform 1.0.3 as a Tcl Module";
798
798
        @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/platform-1.0.3.tm;