Return to configure CVS log | Up to [local] / OpenXM / src / ox_math |
version 1.1, 1999/11/23 02:15:05 | version 1.3, 2000/01/31 05:59:57 | ||
---|---|---|---|
|
|
||
#!/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 | ||
|
|
||
Linux) | Linux) | ||
lnx linux | lnx linux | ||
;; | ;; | ||
FreeBSD) | OSF1) | ||
lnx FreeBSD | lnx OSF1 | ||
;; | ;; | ||
SunOS) | SunOS) | ||
if [ -d /kernel ]; then | if [ -d /kernel ]; then |