[BACK]Return to configure CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000

Diff for /OpenXM_contrib2/asir2000/configure between version 1.60 and 1.65

version 1.60, 2015/08/04 06:46:29 version 1.65, 2016/09/22 07:15:33
Line 623  ac_subst_vars='am__EXEEXT_FALSE
Line 623  ac_subst_vars='am__EXEEXT_FALSE
 am__EXEEXT_TRUE  am__EXEEXT_TRUE
 LTLIBOBJS  LTLIBOBJS
 LIBOBJS  LIBOBJS
   WSLIB
 asm_obj  asm_obj
 USE_GC_SPARC64  USE_GC_SPARC64
 libasir_postfix  libasir_postfix
 LAPACKLIB  LAPACKLIB
 FEPLIB  FEPLIB
   GMPLIB
 USE_PLOT_FALSE  USE_PLOT_FALSE
 USE_PLOT_TRUE  USE_PLOT_TRUE
 XPMLIB  XPMLIB
Line 760  with_asir_gc
Line 762  with_asir_gc
 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 1410  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]
   
Line 5145  elif test `basename ./"${CC}"` = "icc" ; then
Line 5149  elif test `basename ./"${CC}"` = "icc" ; then
     CFLAGS="-g -O"      CFLAGS="-g -O"
 fi  fi
   
 GC=gc-7.2  GC=gc-7.4.2
   
 # Check whether --with-asir-gc was given.  # Check whether --with-asir-gc was given.
 if test "${with_asir_gc+set}" = set; then :  if test "${with_asir_gc+set}" = set; then :
Line 5551  else
Line 5555  else
 fi  fi
   
   
   GMPLIB="-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="libmpc.a libmpfr.a 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}
Line 5666  arm*-*-linux*)
Line 5683  arm*-*-linux*)
         CFLAGS="${CFLAGS} -fsigned-char"          CFLAGS="${CFLAGS} -fsigned-char"
     fi      fi
     ;;      ;;
   *-*-mingw*)
           WSLIB="-lws2_32"
       asm_obj="${generic_obj}"
       ;;
 *)  *)
     asm_obj="${generic_obj}"      asm_obj="${generic_obj}"
     ;;      ;;
 esac  esac
   
   
   
   
   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 :

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.65

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>