Diff for /rpl/configure.ac between versions 1.273 and 1.289

version 1.273, 2022/09/07 13:40:29 version 1.289, 2024/05/28 15:13:26
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.34])  AC_INIT([rpl],[4.1.36])
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(silent-rules)  AM_INIT_AUTOMAKE(silent-rules)
 AM_SILENT_RULES([yes])  AM_SILENT_RULES([yes])
Line 7  AC_SUBST(target_cpu) Line 7  AC_SUBST(target_cpu)
 AC_CONFIG_HEADERS([rplconfig.h])  AC_CONFIG_HEADERS([rplconfig.h])
   
 dnl Libraries  dnl Libraries
 NCURSES=ncurses-6.3  NCURSES=ncurses-6.4
 READLINE=readline-8.1  READLINE=readline-8.2
 UNITS=units-2.21  UNITS=units-2.22
 GSL=gsl-2.7.1  GSL=gsl-2.7.1
 GPP=gpp-3.0  GPP=gpp-3.0
 GNUPLOT=gnuplot-5.4.2  GNUPLOT=gnuplot-5.4.8
 dnl ftp://ftp.astron.com/pub/file/  dnl ftp://ftp.astron.com/pub/file/
 FILE=file-5.41  FILE=file-5.45
 ICONV=libiconv-1.16  ICONV=libiconv-1.17
 SQLITE=sqlite-3.37.0  SQLITE=sqlite-3.42.0
 OPENSSL=openssl-1.1.1q  OPENSSL=openssl-3.2.1
 OPENMOTIF=motif-2.3.8  OPENMOTIF=motif-2.3.8
 LIBXPM=libXpm-3.5.12  LIBXPM=libXpm-3.5.16
 SIGSEGV=libsigsegv-2.12  SIGSEGV=libsigsegv-2.14
 ZLIB=zlib-1.2.11  ZLIB=zlib-1.2.13
   
 GMP=gmp-6.2.1  GMP=gmp-6.3.0
 MPFR=mpfr-4.1.0  MPFR=mpfr-4.2.0
 MPFI=mpfi-1.5.4  MPFI=mpfi-1.5.4
 NTL=ntl-11.5.1  NTL=ntl-11.5.1
 PARI=pari-2.13.3  PARI=pari-2.15.4
 GIAC=giac-1.9.0  GIAC=giac-1.9.0
   
 dnl 32 bits ABI  dnl 32 bits ABI
Line 811  if test "x$with_mysql" = xcheck -o "x$wi Line 811  if test "x$with_mysql" = xcheck -o "x$wi
     fi      fi
   
     if test "$MYSQL_SUPPORT" = "-UMYSQL_SUPPORT"; then      if test "$MYSQL_SUPPORT" = "-UMYSQL_SUPPORT"; then
           AC_MSG_CHECKING(for libmysql includes in /usr/include/mariadb)
           saved_CFLAGS="$CFLAGS"
           CFLAGS="$CFLAGS $libMySQLinc/mariadb"
           AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include "mysql.h"]], [[]])],[AC_MSG_RESULT([yes]); MYSQL_SUPPORT="-DMYSQL_SUPPORT";
                           libMySQLinc=$libMySQLinc],[AC_MSG_RESULT([no]); MYSQL_SUPPORT="-UMYSQL_SUPPORT"])
           CFLAGS=$saved_CFLAGS
           libMySQLinc=$libMySQLinc/mysql
       fi
   
       if test "$MYSQL_SUPPORT" = "-UMYSQL_SUPPORT"; then
         AC_MSG_CHECKING(for libmysql includes in /usr/local/include)          AC_MSG_CHECKING(for libmysql includes in /usr/local/include)
         saved_CFLAGS="$CFLAGS"          saved_CFLAGS="$CFLAGS"
         CFLAGS="$CFLAGS $libMySQLinc/../local/include"          CFLAGS="$CFLAGS $libMySQLinc/../local/include"
Line 1351  esac Line 1361  esac
 dnl Correction d'un problème de compilation pour GNUplot 5.0.0  dnl Correction d'un problème de compilation pour GNUplot 5.0.0
 ac_configure_args="$ac_configure_args --disable-wxwidgets"  ac_configure_args="$ac_configure_args --disable-wxwidgets"
 dnl Correction d'un problème d'ABI avec readline  dnl Correction d'un problème d'ABI avec readline
 ac_configure_args="$ac_configure_args \  dnl ac_configure_args="$ac_configure_args \
         --with-abi-version=5.9 --with-rel-version=5.9"  dnl     --with-abi-version=5.9 --with-rel-version=5.9"
   
 case $OS in  case $OS in
     OS2)      OS2)

Removed from v.1.273  
changed lines
  Added in v.1.289


CVSweb interface <joel.bertrand@systella.fr>