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

Diff for /OpenXM_contrib2/asir2000/configure.in between version 1.48 and 1.49

version 1.48, 2016/09/22 07:15:33 version 1.49, 2016/09/23 03:03:39
Line 1 
Line 1 
 dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.47 2016/08/24 05:33:58 ohara Exp $  dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.48 2016/09/22 07:15:33 ohara 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="-lmpc -lmpfr -lgmp"  GMPLIB="-L ${libdir} -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="libmpc.a libmpfr.a libgmp.a"      GMPLIB='${libdir}/libmpc.a ${libdir}/libmpfr.a ${libdir}/libgmp.a'
 fi  fi
 AC_SUBST([GMPLIB])  AC_SUBST([GMPLIB])
   

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

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