Return to configure CVS log | Up to [local] / OpenXM / src / ox_math |
version 1.2, 1999/12/15 05:40:21 | version 1.3, 2000/01/31 05:59:57 | ||
---|---|---|---|
|
|
||
#!/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 | ||
|
|
||
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 |