version 1.9, 2002/07/25 04:47:40 |
version 1.11, 2002/10/11 03:50:38 |
|
|
#!/bin/sh |
#!/bin/sh |
# $OpenXM$ |
# $OpenXM: OpenXM_contrib2/asir2000/configure,v 1.10 2002/07/25 08:53:13 saito 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) |
if [ -x /bin/uname ] && [ `/bin/uname` = SunOS ]; then |
|
(cd gc; ./configure --disable-threads) |
|
else |
|
(cd gc; ./configure) |
|
fi |