Diff for /rpl/configure.ac between versions 1.271 and 1.280

version 1.271, 2022/06/13 16:53:41 version 1.280, 2023/08/05 21:26:41
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.33])  AC_INIT([rpl],[4.1.34])
 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.1m  OPENSSL=openssl-1.1.1s
 OPENMOTIF=motif-2.3.8  OPENMOTIF=motif-2.3.8
 LIBXPM=libXpm-3.5.12  LIBXPM=libXpm-3.5.12
 SIGSEGV=libsigsegv-2.12  SIGSEGV=libsigsegv-2.12

Removed from v.1.271  
changed lines
  Added in v.1.280


CVSweb interface <joel.bertrand@systella.fr>