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

Diff for /OpenXM_contrib2/asir2000/configure between version 1.68 and 1.71

version 1.68, 2019/03/23 12:17:15 version 1.71, 2021/03/24 18:27:09
Line 5148  elif test `basename ./"${CC}"` = "icc" ; then
Line 5148  elif test `basename ./"${CC}"` = "icc" ; then
     CFLAGS="-g -O"      CFLAGS="-g -O"
 fi  fi
   
 GC=gc-7.4.2  GC=gc-7.4.18
   
 # 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 5554  else
Line 5554  else
 fi  fi
   
   
 GMPLIB="-L${libdir} -lmpc -lmpfr -lgmp"  GMPLIB="-L${libdir} -lmpfi -lmpc -lmpfr -lgmp"
 # Check whether --enable-static_gmp was given.  # Check whether --enable-static_gmp was given.
 if test "${enable_static_gmp+set}" = set; then :  if test "${enable_static_gmp+set}" = set; then :
   enableval=$enable_static_gmp; enable_static_gmp=yes    enableval=$enable_static_gmp; enable_static_gmp=yes
Line 5808  fi
Line 5808  fi
 fi  fi
   
   
 ac_config_files="$ac_config_files Makefile engine/Makefile asm/Makefile builtin/Makefile fft/Makefile include/Makefile io/Makefile lib/Makefile parse/Makefile plot/Makefile"  ac_config_files="$ac_config_files Makefile engine/Makefile asm/Makefile builtin/Makefile fft/Makefile include/Makefile io/Makefile lib/Makefile parse/Makefile plot/Makefile asir2000"
   
 cat >confcache <<\_ACEOF  cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure  # This file is a shell script that caches the results of configure
Line 6570  do
Line 6570  do
     "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;      "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
     "parse/Makefile") CONFIG_FILES="$CONFIG_FILES parse/Makefile" ;;      "parse/Makefile") CONFIG_FILES="$CONFIG_FILES parse/Makefile" ;;
     "plot/Makefile") CONFIG_FILES="$CONFIG_FILES plot/Makefile" ;;      "plot/Makefile") CONFIG_FILES="$CONFIG_FILES plot/Makefile" ;;
       "asir2000") CONFIG_FILES="$CONFIG_FILES asir2000" ;;
   
   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;    *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
   esac    esac

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.71

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