summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2004-05-29Update for 2.2.95Keith Packard1-1/+1
2004-04-24Update to 2.2.94 (2.2.93 shipped with broken libtool bits)fc-2_2_94Keith Packard1-1/+1
2004-04-14Add instructions for doing a releasefc-2_2_93Keith Packard1-1/+13
clean up .spec file; perhaps this will be useful to somebody... Update to 2.2.93 Make 'scanopen' static so GCC doesn't whine about lacking prototype Add WARN_CFLAGS to pass -W flags for GCC systems Change various char types around to match across function calls. Fixed bug in using available_sizes[i].height which is in pixels, not 64ths of a pixel.
2004-02-11Ok, so I messed up the test for y_ppem. Let's see if I got it right thisKeith Packard1-12/+3
time.
2004-02-10Pre-2.1.5 versions of FreeType didn't include y_ppem in the FT_Bitmap_SizeKeith Packard1-2/+19
record. Add a configure.in test for this and change the code accordingly (using height instead).
2003-10-27Update to version 2.2.92fc-2_2_92Keith Packard1-1/+1
2003-10-27Yet more cleanups to finish getting 'make distcheck' working This has beenKeith Packard1-0/+10
tested to ensure that it even works from a _build directory.
2003-10-27Attempts to fix 'make distcheck' work. Things are progressing pretty well,Keith Packard1-1/+1
but there are still failures long into the process dealing with docs (as always). The big changes here are mostly to make $(srcdir) != "." work correctly, fixing the docbook related sections and fc-lang were particularily tricky. Docbook refuses to load system entities from anywhere other than where the original .sgml file was located, so no luck looking in "." for the configure-generated version.sgml and confdir.sgml files. fc-lang needed help finding .orth files; added a -d option to set the directory as the least evil of many options. Now to go use a faster machine and try and wring out the last issues.
2003-10-26Tag version 2.2.91fc-2_2_91Keith Packard1-1/+1
2003-06-26Add autoconf checks for FT_Has_PS_Glyph_NamesKeith Packard1-1/+2
2003-06-25Lean on autoconf to find useful FreeType functions (bug 95)Keith Packard1-2/+5
2003-06-17Bug 75: dont build docs unless docbook is available. Dont install docsKeith Packard1-5/+21
unless they are pre-built or buildable
2003-06-13Add share/doc directory. Add Fc*.3 man pages.Tor Lillqvist1-3/+9
Set FC_DEFAULT_FONTS on Win32 to the WINDOWSFONTDIR token. Move the LIBRARY and VERSION lines to the end, not to confuse libtool, which expects the EXPORTS line to be the first. Add FcConfigEnableHome.
2003-06-09Update to version 2.2.90fc-2_2_90Keith Packard1-1/+1
2003-06-09Add fc-match program to demonstrate font matching from the command lineKeith Packard1-0/+1
2003-05-04Handle Adobe glyph names for fonts which include ADOBE_CUSTOM encodingsKeith Packard1-0/+1
2003-05-01Fix expat function check.Noah Levitt1-4/+4
2003-05-01Check for an expat function that won't be there if expat is too old.Noah Levitt1-2/+2
2003-04-23Getting closer to fixing /etc/fonts hard-coding.Noah Levitt1-1/+0
2003-04-22Testing syncmail yet again.Noah Levitt1-0/+1
2003-04-21Update to version 2.2.0fc-2_2_0Keith Packard1-1/+1
2003-04-21Fixed variable name mistake.Noah Levitt1-2/+2
2003-04-17Solaris porting fixesKeith Packard1-2/+2
2003-04-16bump version to 2.1.94Keith Packard1-1/+1
2003-04-11update version number to 2.1.93fc-2_1_93Keith Packard1-1/+1
2003-03-24Wrong pattern for matching font file names. Fix submitted byKeith Packard1-1/+1
hjchoe@hancom.com (Choe Hwanjin)
2003-03-22Changes for Windows:Tor Lillqvist1-1/+27
On Windows with gcc (a.k.a. mingw) build as a DLL. We don't want to hardcode the fonts.conf file location in the DLL, so we look up the DLL location at run-time in a DllMain() function. The fonts.conf location is deduced from that. The colon can't be used as path separator on Windows, semicolon is used instead. File path components can be separated with either slash or backslash. Absolute paths can also begin with a drive letter. Add internal function FcStrLastSlash that strrchr's the last slash, or backslash on Windows. There is no link() on Windows. For atomicity checks, mkdir a lock directory instead. In addition to HOME, also look for USERPROFILE. Recognize the special font directory token WINDOWSFONTDIR, to use the system's font directory. Remove the fontconfig-def.cpp that was obsolete. Add fontconfig.def(.in), without internal functions. Add a fontconfig-zip(.in) script, used to build a binary distribution.
2003-03-14Fix configure arguments (bug 45)Keith Packard1-5/+5
2003-03-07Bump version to 2.1.92fc-2_1_92Keith Packard1-1/+1
2003-03-07Add version number to documentationKeith Packard1-0/+1
2003-03-05No longer using config directoryKeith Packard1-2/+0
2003-03-04Allow multiple directories in --with-add-fonts, by default add onlyKeith Packard1-16/+32
scalable fonts from X directory
2003-03-03Update version to 2.1.91Keith Packard1-1/+1
2003-03-02Switch back to -version-info for fontconfig as its at minor 0. AddKeith Packard1-13/+10
--system-only to fc-cache. Fix FC_VERSION to match product version rather than .so version
2003-03-02oops -- X fonts referenced from the wrong placeKeith Packard1-1/+1
2003-03-02Make default confdir point to sysconfdirKeith Packard1-2/+2
2003-03-02make dist works now. Update to 2.1.90 in preparation for eventual 2.2Keith Packard1-6/+5
release
2003-03-01Add simple testsKeith Packard1-0/+1
2003-03-01Add --disable-docs flagKeith Packard1-0/+16
2003-03-01Switch to docbook and split documentation into piecesKeith Packard1-0/+15
2003-02-24Switch to automakeKeith Packard1-231/+194
2003-02-17Remove broken fontconfig-config scriptKeith Packard1-2/+1
2003-02-06add shared library support for Tru64 UNIX and IRIX (bug #14)Keith Packard1-0/+17
2002-08-19Various config changes plus a couple of optimizations from OwenKeith Packard1-99/+18
2002-08-01Fix autoconf build BSD install and sysconfdir problemsKeith Packard1-1/+13
2002-06-07Make autoconf use correct options to build solaris shared librariesxf-4_2_99_1Keith Packard1-2/+13
2002-05-24A few autoconf build fixesKeith Packard1-2/+2
2002-05-23Add pkgconfig control file and fontconfig-config scriptKeith Packard1-7/+11
2002-05-21More autoconf cleanup for fontconfigKeith Packard1-30/+25
2002-05-21Fix xmkmf build process for fontconfigKeith Packard1-90/+270