Diff for /rpl/Attic/configure.in between versions 1.42 and 1.43

version 1.42, 2010/09/07 20:59:04 version 1.43, 2010/09/08 17:18:36
Line 783  else Line 783  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
         AC_MSG_WARN([--with-bourne-shell ignored])          AC_MSG_WARN([--with-bourne-shell ignored])
         BSH_PATH=          BSH_PATH=

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


CVSweb interface <joel.bertrand@systella.fr>