version 1.63, 2015/08/06 18:21:21 |
version 1.67, 2017/03/12 04:51:49 |
|
|
libasir_postfix |
libasir_postfix |
LAPACKLIB |
LAPACKLIB |
FEPLIB |
FEPLIB |
|
GMPLIB |
USE_PLOT_FALSE |
USE_PLOT_FALSE |
USE_PLOT_TRUE |
USE_PLOT_TRUE |
XPMLIB |
XPMLIB |
|
|
with_distdir |
with_distdir |
with_pari |
with_pari |
enable_plot |
enable_plot |
|
enable_static_gmp |
enable_interval |
enable_interval |
enable_fft_float |
enable_fft_float |
with_mpi |
with_mpi |
Line 1411 Optional Features: |
|
Line 1413 Optional Features: |
|
speeds up one-time build |
speeds up one-time build |
--enable-shared enable linking shared libraries. [no] |
--enable-shared enable linking shared libraries. [no] |
--enable-plot enable plot feature. [no] |
--enable-plot enable plot feature. [no] |
|
--enable-static-gmp force to link statically with gmp. [no] |
--enable-interval enable interval feature. [no] |
--enable-interval enable interval feature. [no] |
--enable-fft-float enable FFT-FLOAT feature. [no] |
--enable-fft-float enable FFT-FLOAT feature. [no] |
|
|
|
|
fi |
fi |
|
|
|
|
|
GMPLIB="-L${libdir} -lmpc -lmpfr -lgmp" |
|
# Check whether --enable-static_gmp was given. |
|
if test "${enable_static_gmp+set}" = set; then : |
|
enableval=$enable_static_gmp; enable_static_gmp=yes |
|
else |
|
enable_static_gmp=no |
|
fi |
|
|
|
if test ${enable_static_gmp:=no} != no ; then |
|
GMPLIB='${libdir}/libmpc.a ${libdir}/libmpfr.a ${libdir}/libgmp.a' |
|
fi |
|
|
|
|
# Check whether --enable-interval was given. |
# Check whether --enable-interval was given. |
if test "${enable_interval+set}" = set; then : |
if test "${enable_interval+set}" = set; then : |
enableval=$enable_interval; enable_interval=${enableval} |
enableval=$enable_interval; enable_interval=${enableval} |
|
|
|
|
|
|
|
|
|
|
|
for ac_func in sigaction |
|
do : |
|
ac_fn_c_check_func "$LINENO" "sigaction" "ac_cv_func_sigaction" |
|
if test "x$ac_cv_func_sigaction" = xyes; then : |
|
cat >>confdefs.h <<_ACEOF |
|
#define HAVE_SIGACTION 1 |
|
_ACEOF |
|
|
|
fi |
|
done |
|
|
ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" |
ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" |
if test "x$ac_cv_func_socket" = xyes; then : |
if test "x$ac_cv_func_socket" = xyes; then : |