[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.50 and 1.52

version 1.50, 2017/03/12 04:51:49 version 1.52, 2019/11/12 10:52:04
Line 1 
Line 1 
 dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.49 2016/09/23 03:03:39 ohara Exp $  dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.51 2019/03/26 08:10:13 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="-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])
Line 239  dnl for Solaris 2.x
Line 239  dnl for Solaris 2.x
 AC_CHECK_FUNC(socket, , [AC_CHECK_LIB(socket,socket)])  AC_CHECK_FUNC(socket, , [AC_CHECK_LIB(socket,socket)])
 AC_CHECK_FUNC(gethostbyname, , [AC_CHECK_LIB(nsl,gethostbyname)])  AC_CHECK_FUNC(gethostbyname, , [AC_CHECK_LIB(nsl,gethostbyname)])
   
 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([Makefile engine/Makefile asm/Makefile builtin/Makefile fft/Makefile include/Makefile io/Makefile lib/Makefile parse/Makefile plot/Makefile asir2000])
 AC_OUTPUT  AC_OUTPUT

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.52

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