Diff for /rpl/configure.ac between versions 1.41 and 1.46

version 1.41, 2012/08/22 09:29:49 version 1.46, 2012/10/15 08:42:16
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.9])  AC_INIT([rpl],[4.1.11])
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(silent-rules)  AM_INIT_AUTOMAKE(silent-rules)
Line 16  GPP=gpp-3.0 Line 16  GPP=gpp-3.0
 GNUPLOT=gnuplot-4.6.0  GNUPLOT=gnuplot-4.6.0
 FILE=file-5.11  FILE=file-5.11
 ICONV=libiconv-1.13.1  ICONV=libiconv-1.13.1
 SQLITE=sqlite-3.7.13  SQLITE=sqlite-3.7.14.1
 OPENSSL=openssl-1.0.1c  OPENSSL=openssl-1.0.1c
 OPENMOTIF=openmotif-2.3.3  OPENMOTIF=openmotif-2.3.3
 LIBXPM=libXpm-3.5.9  LIBXPM=libXpm-3.5.9
Line 36  CC=gcc-$with_gcc_version Line 36  CC=gcc-$with_gcc_version
 CXX=g++-$with_gcc_version  CXX=g++-$with_gcc_version
 CF=gfortran-$with_gcc_version  CF=gfortran-$with_gcc_version
 F77=gfortran-$with_gcc_version  F77=gfortran-$with_gcc_version
   AC_SUBST(CC)
   AC_SUBST(CXX)
   AC_SUBST(CF)
   AC_SUBST(F77)
 ],[])  ],[])
   
 dnl Checks for Bash  dnl Checks for Bash

Removed from v.1.41  
changed lines
  Added in v.1.46


CVSweb interface <joel.bertrand@systella.fr>