You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by da...@apache.org on 2003/08/23 11:38:56 UTC

cvs commit: tcl-rivet/src configure.in.tcl

davidw      2003/08/23 02:38:56

  Modified:    .        ChangeLog
               src      configure.in.tcl
  Log:
  * src/configure.in.tcl: Remove test for broken Tcl installations on
    FreeBSD and MacOS X.  Apparently, things work ok with 8.4.
  
  Revision  Changes    Path
  1.135     +5 -0      tcl-rivet/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/ChangeLog,v
  retrieving revision 1.134
  retrieving revision 1.135
  diff -u -r1.134 -r1.135
  --- ChangeLog	22 Aug 2003 11:48:54 -0000	1.134
  +++ ChangeLog	23 Aug 2003 09:38:56 -0000	1.135
  @@ -1,3 +1,8 @@
  +2003-08-23  David N. Welton  <da...@dedasys.com>
  +
  +	* src/configure.in.tcl: Remove test for broken Tcl installations
  +	on FreeBSD and MacOS X.  Apparently, things work ok with 8.4.
  +
   2003-08-22  David N. Welton  <da...@dedasys.com>
   
   	* src/configure.in.tcl: Add test for broken Tcl installations on
  
  
  
  1.5       +4 -14     tcl-rivet/src/configure.in.tcl
  
  Index: configure.in.tcl
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/src/configure.in.tcl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- configure.in.tcl	22 Aug 2003 11:48:54 -0000	1.4
  +++ configure.in.tcl	23 Aug 2003 09:38:56 -0000	1.5
  @@ -2,8 +2,8 @@
   
   # $Id$
   
  -# We need Tcl 8.3 or later.
  -package require Tcl 8.3
  +# We need Tcl 8.4 or later.
  +package require Tcl 8.4
   
   # Add some command-line configuration options specific to Rivet.
   configure::AddOption -flag with-apxs -var APXS \
  @@ -24,16 +24,6 @@
       findapxs::FindAPXS [set APXS]
   }
   
  -# FreeBSD and MacOS X seem to be broken - they do not include this in
  -# their tclConfig.sh files.
  -configure::test INCLUDE_SPEC {
  -    if { ! [info exists TCL_INCLUDE_SPEC] } {
  -	set tmp "-I[file join $TCL_PREFIX include]"
  -    } else {
  -	set TCL_INCLUDE_SPEC
  -    }
  -}
  -
   configure::test TCL_THREADED {
       set tmp "-DTCL_THREADED=[info exists tcl_platform(threaded)]"
   }
  @@ -51,7 +41,7 @@
   }
   
   configure::test INC {
  -    set tmp "-I$INCLUDEDIR $INCLUDE_SPEC"
  +    set tmp "-I$INCLUDEDIR $TCL_INCLUDE_SPEC"
   }
   
   configure::test COMPILE {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-cvs-help@tcl.apache.org