readd m4 stuff

git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@622 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
joregan@gmail.com 2011-08-18 22:06:01 +00:00
parent e7d0029b65
commit fbab153409
2 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,9 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = ccstruct ccutil classify cube cutil dict image neural_networks/runtime textord viewer wordrec ccmain training tessdata testing java api doc
#if USING_GETTEXT
#SUBDIRS += po
#AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\"
#endif
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = eurotext.tif phototest.tif ReleaseNotes \
aclocal.m4 config configure.ac runautoconf tesseract.spec contrib

View File

@ -8,6 +8,7 @@
AC_PREREQ(2.50)
AC_INIT([tesseract], [3.01], [theraysmith@gmail.com])
AC_CONFIG_MACRO_DIR([m4])
AC_REVISION($Id: configure.ac,v 1.4 2007/02/02 22:38:17 theraysmith Exp $)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_SRCDIR(api/tesseractmain.cpp)