Diff for /rpl/configure.ac between versions 1.36 and 1.37

version 1.36, 2012/07/03 08:23:29 version 1.37, 2012/07/04 13:44:33
Line 38  CF=gfortran-$with_gcc_version Line 38  CF=gfortran-$with_gcc_version
 F77=gfortran-$with_gcc_version  F77=gfortran-$with_gcc_version
 ],[])  ],[])
   
   dnl Checks for Bash
   BASH=$(which bash | sed 's/\//\\\//g')
   
   if test x$BASH = x; then
       AC_MSG_ERROR([Cannot find bash! You have to install it.])
   fi
   
   AC_SUBST(BASH)
   
 dnl Checks for C compiler  dnl Checks for C compiler
 AC_PROG_CC(gcc)  AC_PROG_CC(gcc)
   

Removed from v.1.36  
changed lines
  Added in v.1.37


CVSweb interface <joel.bertrand@systella.fr>