A call to `autogen.sh` was introduced in 64bb607 because version 3.01 of
tesseract shipped without a `Makefile.in`. This has been corrected, so
re-generating the buildsystem is no longer necessary.
Also, the current `configure.ac` is no longer compatible with automake 1.13 so
builds were failing. Upstream issue:
http://code.google.com/p/tesseract-ocr/issues/detail?id=819ClosesHomebrew/homebrew#16917.
FixesHomebrew/homebrew#10559.
Also added missing deps for osm2pgsql.
Removed some ACLOCAL_FLAGS stuff as in theory this is not set in ENV.rb. Would like to see if it causes trouble. Should just work now.
tesseract previously built with English as the only language. This adds
an --all-languages option, which builds every available language.
English remains default.
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
Replaced ENV.gcc_4_2 + comments with calls to "fails_with_llvm",
to specifically message to the user when a formula is known or suspected
to not build with LLVM. If the user specifies "--use-llvm", the message
will be displayed, but compilation will be tried anyway.
Since using LLVM is now an advanced/hidden feature instead of the
default on 10.6, we'll let the user try anyway (and submit patches
if things are now working.)