convert.configure.to.os2
上传用户:liugui
上传日期:2007-01-04
资源大小:822k
文件大小:0k
源码类别:

代理服务器

开发平台:

Unix_Linux

  1. #!/bin/sh
  2. if [ ! -f configure ]; then
  3.   echo You need to run this script from the directory where the "configure" script resides
  4.   exit
  5. fi
  6. cp configure configure~
  7. sed -e s/IFS="${IFS}:"/IFS="${IFS};"/g -e s/$ac_dir\/$ac_word/$ac_dir\/$ac_word.exe/g < configure~ > configure
  8. rm configure~