]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
adding
authorwessels <>
Thu, 14 Jan 1999 06:49:18 +0000 (06:49 +0000)
committerwessels <>
Thu, 14 Jan 1999 06:49:18 +0000 (06:49 +0000)
scripts/convert.configure.to.os2 [new file with mode: 0644]

diff --git a/scripts/convert.configure.to.os2 b/scripts/convert.configure.to.os2
new file mode 100644 (file)
index 0000000..e7bcfbb
--- /dev/null
@@ -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~
+