[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.2

version 1.1, 1999/11/23 02:15:05 version 1.2, 1999/12/15 05:40:21
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 ## $OpenXM$  ## $OpenXM: OpenXM/src/ox_math/configure,v 1.1 1999/11/23 02:15:05 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
         ;;  
 FreeBSD)  
         lnx FreeBSD  
         ;;          ;;
 SunOS)  SunOS)
         if [ -d /kernel ]; then          if [ -d /kernel ]; then

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

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