You are viewing a plain text version of this content. The canonical link for it is here.
Posted to websh-cvs@tcl.apache.org by ro...@apache.org on 2005/09/05 09:49:44 UTC

cvs commit: tcl-websh/src/unix configure.in

ronnie      2005/09/05 00:49:44

  Modified:    src      ChangeLog
               src/unix configure.in
  Log:
  - Tcl8.5 compatibility
  
  Revision  Changes    Path
  1.31      +8 -0      tcl-websh/src/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/ChangeLog,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- ChangeLog	17 Aug 2005 09:49:59 -0000	1.30
  +++ ChangeLog	5 Sep 2005 07:49:43 -0000	1.31
  @@ -1,3 +1,11 @@
  +2005-09-05 Brunner Ronnie <ro...@netcetera.ch>
  +	* src/unix/configure.in:
  +	ensure compatibility with Tcl8.5
  +	
  +2005-08-29 Brunner Ronnie <ro...@netcetera.ch>
  +	* src/generic/context.tcl, src/generic/cookie.ws3, tests/context.test, tests/cookiecontext.test, doc/quickref.xml:
  +	ensure compatibility with Tcl8.5
  +	
   2005-08-17 Brunner Ronnie <ro...@netcetera.ch>
   	* src/generic/cookie.ws3:
   	fixed locale dependency side effect of cookie expiry
  
  
  
  1.8       +3 -3      tcl-websh/src/unix/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/unix/configure.in,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- configure.in	11 Sep 2002 13:52:45 -0000	1.7
  +++ configure.in	5 Sep 2005 07:49:44 -0000	1.8
  @@ -318,11 +318,11 @@
   #     set VARIABLE to the entire path of the program found.
   
   AC_PATH_PROGS(TCLSH_PROG, \
  -  tclsh8.4${EXEEXT} tclsh84${EXEEXT} tclsh8.3${EXEEXT} tclsh83${EXEEXT} tclsh8.2${EXEEXT} tclsh82${EXEEXT}, :, \
  +  tclsh8.5${EXEEXT} tclsh85${EXEEXT} tclsh8.4${EXEEXT} tclsh84${EXEEXT} tclsh8.3${EXEEXT} tclsh83${EXEEXT} tclsh8.2${EXEEXT} tclsh82${EXEEXT}, :, \
     :${TCL_PACKAGE_PATH}/../bin:.:${prefix}:${exec_prefix}:${PATH})
   
   if test "x${TCLSH_PROG}" = "x:" ; then
  -    AC_ERROR(needed tclsh 8.4 not found)
  +    AC_ERROR(needed tclsh 8.5 not found)
   fi
   
   AC_SUBST(TCL_LIB_SPEC)
  
  
  

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