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

Diff for /OpenXM_contrib2/asir2018/configure.ac between version 1.1 and 1.2

version 1.1, 2018/09/21 07:06:51 version 1.2, 2019/11/12 10:53:22
Line 1 
Line 1 
 dnl $OpenXM$  dnl $OpenXM: OpenXM_contrib2/asir2018/configure.ac,v 1.1 2018/09/21 07:06:51 noro Exp $
   
 AC_INIT(asir,1.15)  AC_INIT(asir,1.15)
 AC_CONFIG_SRCDIR([LICENSE])  AC_CONFIG_SRCDIR([LICENSE])
Line 109  if test ${enable_plot:=no} != no ; then
Line 109  if test ${enable_plot:=no} != no ; then
 fi  fi
 AM_CONDITIONAL([USE_PLOT],[test "$enable_plot" = yes])  AM_CONDITIONAL([USE_PLOT],[test "$enable_plot" = yes])
   
 GMPLIB="-L${libdir} -lmpc -lmpfr -lgmp"  GMPLIB="-L${libdir} -lmpfi -lmpc -lmpfr -lgmp"
 AC_ARG_ENABLE([static_gmp],  AC_ARG_ENABLE([static_gmp],
 [  --enable-static-gmp     force to link statically with gmp. [[no]]],  [  --enable-static-gmp     force to link statically with gmp. [[no]]],
 [enable_static_gmp=yes],[enable_static_gmp=no])  [enable_static_gmp=yes],[enable_static_gmp=no])
 if test ${enable_static_gmp:=no} != no ; then  if test ${enable_static_gmp:=no} != no ; then
     GMPLIB='${libdir}/libmpc.a ${libdir}/libmpfr.a ${libdir}/libgmp.a'      GMPLIB='${libdir}/libmpfi.a ${libdir}/libmpc.a ${libdir}/libmpfr.a ${libdir}/libgmp.a'
 fi  fi
 AC_SUBST([GMPLIB])  AC_SUBST([GMPLIB])
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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