Diff for /rpl/configure.ac between versions 1.284 and 1.288

version 1.284, 2023/08/06 08:37:00 version 1.288, 2024/02/08 15:57:32
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 17  dnl ftp://ftp.astron.com/pub/file/ Line 17  dnl ftp://ftp.astron.com/pub/file/
 FILE=file-5.45  FILE=file-5.45
 ICONV=libiconv-1.17  ICONV=libiconv-1.17
 SQLITE=sqlite-3.42.0  SQLITE=sqlite-3.42.0
 OPENSSL=openssl-3.1.2  OPENSSL=openssl-3.2.1
 OPENMOTIF=motif-2.3.8  OPENMOTIF=motif-2.3.8
 LIBXPM=libXpm-3.5.16  LIBXPM=libXpm-3.5.16
 SIGSEGV=libsigsegv-2.14  SIGSEGV=libsigsegv-2.14
Line 1351  esac Line 1351  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.284  
changed lines
  Added in v.1.288


CVSweb interface <joel.bertrand@systella.fr>