[BACK]Return to configure-cygwin CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_math / mathlink

Diff for /OpenXM/src/ox_math/mathlink/configure-cygwin between version 1.4 and 1.5

version 1.4, 2003/11/16 17:25:20 version 1.5, 2005/07/19 10:43:22
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 # $OpenXM: OpenXM/src/ox_math/mathlink/configure-cygwin,v 1.3 2003/01/12 02:35:57 ohara Exp $  # $OpenXM: OpenXM/src/ox_math/mathlink/configure-cygwin,v 1.4 2003/11/16 17:25:20 ohara Exp $
   
 BASE="/usr/local/mathematica/AddOns/MathLink/DeveloperKit"  BASE="/usr/local/mathematica/AddOns/MathLink/DeveloperKit"
 OpenXM_HOME=${OpenXM_HOME:-../../../../OpenXM}  OpenXM_HOME=${OpenXM_HOME:-../../../../OpenXM}
Line 13  _fetch () {
Line 13  _fetch () {
         echo 'MathLink libraries cannot be fetched.'          echo 'MathLink libraries cannot be fetched.'
         exit 1          exit 1
     fi      fi
     unzip -q "${DISTFILE}"      unzip -q "${DISTDIR}/${DISTFILE}"
 }  }
   
 _xcopy () {  _xcopy () {

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>