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

Diff for /OpenXM_contrib2/asir2018/configure between version 1.5 and 1.6

version 1.5, 2020/01/08 17:10:53 version 1.6, 2020/01/09 02:34:59
Line 644  USE_PLOT_TRUE
Line 644  USE_PLOT_TRUE
 XPMLIB  XPMLIB
 GCINC  GCINC
 GCLIB  GCLIB
   ASIR_STATIC_FALSE
   ASIR_STATIC_TRUE
 X_EXTRA_LIBS  X_EXTRA_LIBS
 X_LIBS  X_LIBS
 X_PRE_LIBS  X_PRE_LIBS
Line 786  with_gnu_ld
Line 788  with_gnu_ld
 with_sysroot  with_sysroot
 enable_libtool_lock  enable_libtool_lock
 with_x  with_x
   enable_static_asir
 with_asir_gc  with_asir_gc
 enable_plot  enable_plot
 enable_static_gmp  enable_static_gmp
Line 1443  Optional Features:
Line 1446  Optional Features:
   --disable-dependency-tracking    --disable-dependency-tracking
                           speeds up one-time build                            speeds up one-time build
   --disable-libtool-lock  avoid locking (might break parallel builds)    --disable-libtool-lock  avoid locking (might break parallel builds)
   --enable-shared         enable linking shared libraries.  [no]    --enable-static-asir    force to link statically with libasir. [yes]
   --enable-plot           enable plot feature. [no]    --enable-plot           enable plot feature. [no]
   --enable-static-gmp     force to link statically with gmp. [no]    --enable-static-gmp     force to link statically with gmp. [no]
   --enable-interval       enable interval feature. [no]    --enable-interval       enable interval feature. [no]
Line 13748  fi
Line 13751  fi
 fi  fi
   
   
 # Check whether --enable-shared was given.  # Check whether --enable-static_asir was given.
 if test "${enable_shared+set}" = set; then :  if test "${enable_static_asir+set}" = set; then :
   enableval=$enable_shared; enable_shared=yes    enableval=$enable_static_asir; enable_static_asir=${enableval}
 else  else
   enable_shared=no    enable_static_asir=yes
 fi  fi
   
    if test "${enable_static_asir}" = yes; then
 if test "${enable_shared:=no}" != no ; then    ASIR_STATIC_TRUE=
    true    ASIR_STATIC_FALSE='#'
   else
     ASIR_STATIC_TRUE='#'
     ASIR_STATIC_FALSE=
 fi  fi
   
   
 if test "${ac_test_CFLAGS}" != set -a "${GCC}" = yes ; then  if test "${ac_test_CFLAGS}" != set -a "${GCC}" = yes ; then
     if test "${ac_cv_prog_cc_g}" = yes; then      if test "${ac_cv_prog_cc_g}" = yes; then
         CFLAGS="-g -O"          CFLAGS="-g -O"
Line 14275  Usually this means the macro was only invoked conditio
Line 14282  Usually this means the macro was only invoked conditio
 fi  fi
 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then  if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
   as_fn_error $? "conditional \"am__fastdepCC\" was never defined.    as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
   Usually this means the macro was only invoked conditionally." "$LINENO" 5
   fi
   if test -z "${ASIR_STATIC_TRUE}" && test -z "${ASIR_STATIC_FALSE}"; then
     as_fn_error $? "conditional \"ASIR_STATIC\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5  Usually this means the macro was only invoked conditionally." "$LINENO" 5
 fi  fi
 if test -z "${USE_PLOT_TRUE}" && test -z "${USE_PLOT_FALSE}"; then  if test -z "${USE_PLOT_TRUE}" && test -z "${USE_PLOT_FALSE}"; then

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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