summaryrefslogtreecommitdiff
path: root/lib/freetype/README.CVS
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-03-10 20:28:37 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-03-10 20:28:37 +0000
commit2a0e33815ccf56a356e632e22fa5080140175286 (patch)
tree7dd6193c45a9515eae13e8c87482247ca12bf77e /lib/freetype/README.CVS
parent3063b2fe59a9dea933f0ac0b279ad59707f1e053 (diff)
Update to Freetype 2.3.8. Tested by jsg@.
Diffstat (limited to 'lib/freetype/README.CVS')
-rw-r--r--lib/freetype/README.CVS16
1 files changed, 6 insertions, 10 deletions
diff --git a/lib/freetype/README.CVS b/lib/freetype/README.CVS
index 2764ae95f..ff1a2d058 100644
--- a/lib/freetype/README.CVS
+++ b/lib/freetype/README.CVS
@@ -13,17 +13,13 @@ The versions given in parentheses are known to work. Newer versions
should work too, of course. Note that autogen.sh also sets up proper
file permissions for the `configure' and auxiliary scripts.
-A very common problem is that this script complains that the `aclocal'
-program doesn't accept a `--force' option:
+The autogen.sh script now checks the version of above three packages
+whether they match the numbers above. Otherwise it will complain and
+suggest either upgrading or using an environment variable to point to
+a more recent version of the required tool(s).
- generating `configure.ac'
- running `aclocal -I . --force'
- aclocal: unrecognized option -- `--force'
- Try `aclocal --help' for more information.
- error while running `aclocal -I . --force'
-
-This means that your version of the automake package is too old.
-Please update it before trying to build FreeType.
+Note that `aclocal' is provided by the `automake' package on Linux,
+and that `libtoolize' is called `glibtoolize' on Darwin (OS X).
For static builds which don't use platform specific optimizations, no