mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-23 18:49:08 +08:00
amend r:983
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@985 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
a6d23c63c5
commit
aeba7a7ace
10
autogen.sh
10
autogen.sh
@ -27,6 +27,16 @@
|
||||
#
|
||||
# All the rest is auto-generated.
|
||||
|
||||
if [ $1 == "clean" ]; then
|
||||
echo "Cleaning..."
|
||||
rm configure aclocal.m4
|
||||
rm m4/*
|
||||
rmdir m4
|
||||
rm config/*
|
||||
rmdir config
|
||||
find . -iname "Makefile.in" -type f -exec rm '{}' +
|
||||
fi
|
||||
|
||||
# create m4 directory if it not exists
|
||||
if [ ! -d m4 ]; then
|
||||
mkdir m4
|
||||
|
@ -41,6 +41,6 @@ libtesseract_ccstruct_la_SOURCES = \
|
||||
ocrblock.cpp ocrpara.cpp ocrrow.cpp otsuthr.cpp \
|
||||
pageres.cpp pdblock.cpp points.cpp polyaprx.cpp polyblk.cpp \
|
||||
params_training_featdef.cpp publictypes.cpp \
|
||||
quadlsq.cpp quadratc.cpp quspline.cpp ratngs.cpp rect.cpp rejctmap.cpp \
|
||||
quadlsq.cpp quspline.cpp ratngs.cpp rect.cpp rejctmap.cpp \
|
||||
seam.cpp split.cpp statistc.cpp stepblob.cpp \
|
||||
vecfuncs.cpp werd.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user