Werner Lemberg
5b4691278c
* builds/unix/freetype-config.in: Add missing `fi'.
2002-02-02 15:05:38 +00:00
Werner Lemberg
08411e563d
* builds/unix/freetype2.a4: The script was still buggy.
...
* builds/unix/freetype-config.in: Make it really work for any install
prefix.
2002-01-13 06:36:02 +00:00
Werner Lemberg
5f63d74e57
* src/base/ftglyph (FT_Glyph_To_Bitmap): Remove compiler warning.
...
* include/freetype/ftcache.h (FTC_Node_Unref): Removed. It is
already in ftcmanag.h.
* src/cache/ftcsbits.c (ftc_sbit_node_load): Remove unused variable
`gfam'.
* src/cache/ftcmanag.c (ftc_family_table_alloc,
* ftc_family_table_free): Use FT_EXPORT_DEF.
* include/freetype/cache/ftcmanag.h: Updated.
* src/cache/ftccache.c (ftc_node_destroy): Use FT_EXPORT_DEF.
* src/cache/ftccmap.c (ftc_cmap_node_init): Remove unused variable
`cfam'.
Remove compiler warning.
(FTC_CMapCache_Lookup): Remove compiler warnings.
(ftc_cmap_family_init): Ditto.
(FTC_CMapCache_Lookup): Ditto.
* builds/unix/configure.ac: Increase `version_info' to 8:0:2.
* builds/unix/configure: Regenerated.
* builds/mac/README: Updated.
2001-12-16 08:17:33 +00:00
David Turner
36ba9d87a5
* builds/unix/freetype-config.in: modified the script to prevent
...
passing "-L/usr/lib" to gcc
* docs/FTL.TXT: simple fix (change "LICENSE.TXT" to "FTL.TXT")
* builds/unix/freetype2.m4: added autoconf macro, we need to install
it in $(prefix)/share/aclocal/freetype2.m4 but I didn't modified
builds/unix/install.mk yet..
2001-12-11 13:38:52 +00:00
Werner Lemberg
150f96d043
* builds/unix/configure.in: Add $ft_version.
...
* builds/unix/freetype-config.in: Use it.
* builds/unix/configure: Updated.
2001-03-20 07:52:52 +00:00
Werner Lemberg
b632ac6e5a
* builds/unix/freetype-config.in: Fix problems with separate
...
--prefix and --exec-prefix.
more robust handling of pathname wildcard matching.
2001-01-12 05:32:04 +00:00
Tom Kacvinsky
781d597777
Added a --libtool option, which returns the absolute path to the
...
libtool convenience library.
2000-11-12 02:55:25 +00:00
Werner Lemberg
cafeb8abb2
Minor fixes.
2000-11-11 05:55:41 +00:00
Werner Lemberg
645a153c0d
Small fixes and formatting.
2000-11-10 22:43:37 +00:00
David Turner
80766b137d
- changing the default include path from "include/freetype"
...
to "include/freetype2"
- adding template for the "freetype-config" script that is installed
in the "bin" directory. It is used to retrieve information about
the current installation path, C flags & linker flags
2000-11-09 18:23:30 +00:00