Switch to autoconf 2.72.
[libiconv.git] / tests / check-translit.bat
bloba0fdc6fabd14482ca671360a3d41f4514d6fee40
1 @ECHO OFF
2 REM Simple check of transliteration facilities.
3 REM Usage: check-translit.bat SRCDIR FILE FROMCODE TOCODE
5 ..\src\iconv_no_i18n -f %3 -t %4//TRANSLIT < %1\%2.%3 > tmp
6 fc %1\%2.%4 tmp
7 del tmp