[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.1 and 1.3

version 1.1, 1999/11/23 02:15:05 version 1.3, 2000/01/31 05:59:57
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 ## $OpenXM$  ## $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 12  case `uname` in
Line 12  case `uname` in
 Linux)  Linux)
         lnx linux          lnx linux
         ;;          ;;
 FreeBSD)  OSF1)
         lnx FreeBSD          lnx OSF1
         ;;          ;;
 SunOS)  SunOS)
         if [ -d /kernel ]; then          if [ -d /kernel ]; then

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

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