Diff for /rpl/configure.ac between versions 1.99 and 1.101

version 1.99, 2014/07/17 08:07:15 version 1.101, 2014/08/11 10:33:50
Line 17  GNUPLOT=gnuplot-4.6.5 Line 17  GNUPLOT=gnuplot-4.6.5
 FILE=file-5.11  FILE=file-5.11
 ICONV=libiconv-1.14  ICONV=libiconv-1.14
 SQLITE=sqlite-3.8.5  SQLITE=sqlite-3.8.5
 OPENSSL=openssl-1.0.1h  OPENSSL=openssl-1.0.1i
 OPENMOTIF=openmotif-2.3.4  OPENMOTIF=openmotif-2.3.4
 LIBXPM=libXpm-3.5.9  LIBXPM=libXpm-3.5.9
 SIGSEGV=libsigsegv-2.11  SIGSEGV=libsigsegv-2.11
Line 44  AC_SUBST(F77) Line 44  AC_SUBST(F77)
 ],[])  ],[])
   
 dnl Checks for Bash  dnl Checks for Bash
   BASH_PATH=$(which bash)
 BASH=$(which bash | sed 's/\//\\\//g')  BASH=$(which bash | sed 's/\//\\\//g')
   
 if test x$BASH = x; then  if test x$BASH = x; then
Line 51  if test x$BASH = x; then Line 52  if test x$BASH = x; then
 fi  fi
   
 AC_SUBST(BASH)  AC_SUBST(BASH)
   AC_SUBST(BASH_PATH)
   
 dnl Checks for C compiler  dnl Checks for C compiler
 AC_PROG_CC(gcc)  AC_PROG_CC(gcc)

Removed from v.1.99  
changed lines
  Added in v.1.101


CVSweb interface <joel.bertrand@systella.fr>