Diff for /rpl/configure.ac between versions 1.42 and 1.44

version 1.42, 2012/08/22 10:47:13 version 1.44, 2012/10/01 11:04:57
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.10])  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 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.42  
changed lines
  Added in v.1.44


CVSweb interface <joel.bertrand@systella.fr>