removed more old libs
[TestXSLT.git] / libiconv / djgpp / translit-check.sed
diff --git a/libiconv/djgpp/translit-check.sed b/libiconv/djgpp/translit-check.sed
deleted file mode 100644 (file)
index faa0ddd..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Sed script for tests/translit-check editing.
-/set -e/ a\
-# For systems that distinguish between text and binary I/O\
-# the binary mode of iconv must be selected.\
-UNAME=${UNAME-`uname 2>/dev/null`}\
-case X$UNAME in\
-  *-DOS) MODE='--binary' ;;\
-  *)     MODE='' ;;\
-esac
-/iconv/ s/iconv/& $MODE/