Diff for /rpl/Attic/configure between versions 1.40 and 1.42

version 1.40, 2010/09/07 20:59:04 version 1.42, 2010/09/13 11:58:42
Line 3226  READLINE=readline-6.1 Line 3226  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.0  GNUPLOT=gnuplot-4.4.1
 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.2
Line 7756  else Line 7756  else
     fi      fi
   
     if test $(uname) = "OS/2"; then      if test $(uname) = "OS/2"; then
         BSH_PATH=-DBOURNE_SHELL=\"\\\"$with_bourne_shell\\\"\"          with_os2_bourne_shell=$(echo $with_bourne_shell | \
                   sed -e '1,$s/\//\\\\\\\\/g')
           BSH_PATH=-DBOURNE_SHELL=\"\\\"$with_os2_bourne_shell\\\"\"
     else      else
         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --with-bourne-shell ignored" >&5          { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --with-bourne-shell ignored" >&5
 $as_echo "$as_me: WARNING: --with-bourne-shell ignored" >&2;}  $as_echo "$as_me: WARNING: --with-bourne-shell ignored" >&2;}

Removed from v.1.40  
changed lines
  Added in v.1.42


CVSweb interface <joel.bertrand@systella.fr>