Diff for /rpl/Attic/configure.in between versions 1.45 and 1.50

version 1.45, 2010/09/23 08:56:56 version 1.50, 2010/12/14 15:46:24
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.0.19])  AC_INIT([rpl],[4.0.20])
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE  AM_INIT_AUTOMAKE
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-5.7-20100619  NCURSES=ncurses-5.7-20101204
 READLINE=readline-6.1  READLINE=readline-6.1
 UNITS=units-1.88  UNITS=units-1.88
 GSL=gsl-1.14  GSL=gsl-1.14
 GPP=gpp-2.24  GPP=gpp-2.24
 GNUPLOT=gnuplot-4.4.1  GNUPLOT=gnuplot-4.4.2
 FILE=file-5.03  FILE=file-5.03
 ICONV=libiconv-1.13.1  ICONV=libiconv-1.13.1
 SQLITE=sqlite-3.7.2  SQLITE=sqlite-3.7.4
 OPENSSL=openssl-1.0.0a  OPENSSL=openssl-1.0.0c
   
 dnl Checks for C compiler  dnl Checks for C compiler
 AC_PROG_CC(gcc)  AC_PROG_CC(gcc)

Removed from v.1.45  
changed lines
  Added in v.1.50


CVSweb interface <joel.bertrand@systella.fr>