remove autotools stuff, now sdcv uses cmake

This commit is contained in:
Evgeniy Dushistov
2013-07-06 18:36:42 +00:00
parent 94111e953c
commit dd9304951f
58 changed files with 67 additions and 8829 deletions

View File

@@ -3,12 +3,14 @@
# make sure that you have not small Russian dictionary, like mueller 7 GPL
# or replace человек by something else
PATH_TO_SDCV="$1"
unset SDCV_PAGER
export LANG=ru_RU.KOI8-R
IFS="
"
j=0
for i in `../src/sdcv --utf8-input -n человек 2>&1`; do
for i in `"$PATH_TO_SDCV" --utf8-input -n человек 2>&1`; do
j=$(($j+1))
if [ $j -ne 1 ]; then
break;