From: wessels <> Date: Thu, 14 Jan 1999 06:49:18 +0000 (+0000) Subject: adding X-Git-Tag: SQUID_3_0_PRE1~2405 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c2a9d0cf9ce020529c1fd2256c3b7f023f52422;p=thirdparty%2Fsquid.git adding --- diff --git a/scripts/convert.configure.to.os2 b/scripts/convert.configure.to.os2 new file mode 100644 index 0000000000..e7bcfbb166 --- /dev/null +++ b/scripts/convert.configure.to.os2 @@ -0,0 +1,12 @@ +#!/bin/sh + +if [ ! -f configure ]; then + echo You need to run this script from the directory where the \"configure\" script resides + exit +fi + +cp configure configure~ +sed -e s/IFS=\"\${IFS}:\"/IFS=\"\${IFS}\;\"/g -e s/\$ac_dir\\/\$ac_word/\$ac_dir\\/\$ac_word.exe/g < configure~ > configure + +rm configure~ +