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

Diff for /OpenXM/src/ox_math/Attic/configure between version 1.2 and 1.3

version 1.2, 1999/12/15 05:40:21 version 1.3, 2000/01/31 05:59:57
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 ## $OpenXM: OpenXM/src/ox_math/configure,v 1.1 1999/11/23 02:15:05 ohara Exp $  ## $OpenXM: OpenXM/src/ox_math/configure,v 1.2 1999/12/15 05:40:21 ohara Exp $
   
 lnx () {  lnx () {
         if [ -h Makefile ]; then          if [ -h Makefile ]; then
Line 11  lnx () {
Line 11  lnx () {
 case `uname` in  case `uname` in
 Linux)  Linux)
         lnx linux          lnx linux
           ;;
   OSF1)
           lnx OSF1
         ;;          ;;
 SunOS)  SunOS)
         if [ -d /kernel ]; then          if [ -d /kernel ]; then

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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