Diff for /rpl/configure.ac between versions 1.213 and 1.222

version 1.213, 2018/05/29 06:00:20 version 1.222, 2018/05/30 09:27:30
Line 1 Line 1
 dnl Process this file with autoconf to produce a configure script.  dnl Process this file with autoconf to produce a configure script.
 AC_INIT([rpl],[4.1.28])  AC_INIT([rpl],[4.1.29])
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(silent-rules)  AM_INIT_AUTOMAKE(silent-rules)
Line 20  SQLITE=sqlite-3.23.1 Line 20  SQLITE=sqlite-3.23.1
 OPENSSL=openssl-1.1.0h  OPENSSL=openssl-1.1.0h
 OPENMOTIF=motif-2.3.8  OPENMOTIF=motif-2.3.8
 LIBXPM=libXpm-3.5.12  LIBXPM=libXpm-3.5.12
 SIGSEGV=libsigsegv-2.11  SIGSEGV=libsigsegv-2.12
 ZLIB=zlib-1.2.8  ZLIB=zlib-1.2.11
   
 GMP=gmp-6.1.2  GMP=gmp-6.1.2
 MPFR=mpfr-3.1.5  MPFR=mpfr-4.0.1
 MPFI=mpfi-1.5.1  MPFI=mpfi-1.5.3
 NTL=ntl-9.11.0  NTL=ntl-11.0.0
 COCOA=CoCoALib-0.99542  COCOA=CoCoALib-0.99563
 PARI=pari-2.7.6  PARI=pari-2.9.5
 GIAC=giac-1.2.2  GIAC=giac-1.4.9
   
 dnl 32 bits ABI  dnl 32 bits ABI
 AC_ARG_WITH(gcc_version,  AC_ARG_WITH(gcc_version,
Line 194  if test "$enableval" = "no"; then Line 194  if test "$enableval" = "no"; then
     INCRPLCAS=      INCRPLCAS=
 else  else
     RPLCAS=-DRPLCAS      RPLCAS=-DRPLCAS
     LIBRPLCAS=\$\(top_builddir\)/rplcas/lib/librplcas.a      LIBRPLCAS="\$(top_builddir)/rplcas/lib/librplcas.a -lcurl"
     INCRPLCAS="-I\$(top_builddir)/rplcas/include/giac \      INCRPLCAS="-I\$(top_builddir)/rplcas/include/giac \
             -I\$(top_builddir)/rplcas/include"              -I\$(top_builddir)/rplcas/include"
 fi],[  fi],[
Line 1155  AC_MSG_CHECKING([whether CC supports -ma Line 1155  AC_MSG_CHECKING([whether CC supports -ma
 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([])],  AC_COMPILE_IFELSE([AC_LANG_PROGRAM([])],
     [AC_MSG_RESULT([yes]); FPCFLAGS="$FPCFLAGS -malign-double"],      [AC_MSG_RESULT([yes]); FPCFLAGS="$FPCFLAGS -malign-double"],
     [AC_MSG_RESULT([no])])      [AC_MSG_RESULT([no])])
 CFLAGS=-mieee-fp  #CFLAGS=-mieee-fp
 AC_MSG_CHECKING([whether CC supports -mieee-fp])  #AC_MSG_CHECKING([whether CC supports -mieee-fp])
 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([])],  #AC_COMPILE_IFELSE([AC_LANG_PROGRAM([])],
     [AC_MSG_RESULT([yes]); FPCFLAGS="$FPCFLAGS -mieee-fp"],  #    [AC_MSG_RESULT([yes]); FPCFLAGS="$FPCFLAGS -mieee-fp"],
     [AC_MSG_RESULT([no])])  #   [AC_MSG_RESULT([no])])
 CFLAGS=-mieee  CFLAGS=-mieee
 AC_MSG_CHECKING([whether CC supports -mieee])  AC_MSG_CHECKING([whether CC supports -mieee])
 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([])],  AC_COMPILE_IFELSE([AC_LANG_PROGRAM([])],

Removed from v.1.213  
changed lines
  Added in v.1.222


CVSweb interface <joel.bertrand@systella.fr>