version 1.11, 2002/10/11 03:50:38 |
version 1.13, 2003/01/16 04:35:07 |
|
|
#!/bin/sh |
#!/bin/sh |
# $OpenXM: OpenXM_contrib2/asir2000/configure,v 1.10 2002/07/25 08:53:13 saito Exp $ |
# $OpenXM: OpenXM_contrib2/asir2000/configure,v 1.12 2003/01/14 03:27:13 ohara Exp $ |
|
|
use_plot=0 |
use_plot=0 |
use_pari=0 |
use_pari=0 |
|
|
echo LIBPARI=$libpari >> include/config.h |
echo LIBPARI=$libpari >> include/config.h |
echo LIBASIR=$libname.a >> include/config.h |
echo LIBASIR=$libname.a >> include/config.h |
|
|
if [ -x /bin/uname ] && [ `/bin/uname` = SunOS ]; then |
case "`PATH=/usr/bin:/bin uname`" in |
(cd gc; ./configure --disable-threads) |
FreeBSD|SunOS|CYGWIN*) |
else |
(cd gc; ./configure --disable-threads) |
(cd gc; ./configure) |
;; |
fi |
*) |
|
(cd gc; ./configure) |
|
;; |
|
esac |