version 1.10, 2002/07/25 08:53:13 |
version 1.13, 2003/01/16 04:35:07 |
|
|
#!/bin/sh |
#!/bin/sh |
# $OpenXM: OpenXM_contrib2/asir2000/configure,v 1.9 2002/07/25 04:47:40 noro 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 |
|
|
(cd gc; ./configure) |
case "`PATH=/usr/bin:/bin uname`" in |
|
FreeBSD|SunOS|CYGWIN*) |
|
(cd gc; ./configure --disable-threads) |
|
;; |
|
*) |
|
(cd gc; ./configure) |
|
;; |
|
esac |