Akira TAGOH
604c2a683f
exit with the error code when FcNameParse() failed
2013-10-03 19:59:30 +09:00
Sebastian Freundt
18bf57c70a
build-chain, replace INCLUDES directive by AM_CPPFLAGS
...
As of automake-13.1 the INCLUDES directive is no longer supported.
An automake run will return with an error.
This changeset simply follows automake's advice to replace INCLUDES
by AM_CPPFLAGS.
2013-04-08 11:40:58 +09:00
Behdad Esfahbod
17eda89ed2
Remove FcInit() calls from tools
...
Library is supposed to automatically initialize itself. If it doesn't,
it's a bug.
2013-01-03 20:34:41 -06:00
Behdad Esfahbod
ed41b23765
Switch .gitignore to git.mk
2013-01-02 00:36:12 -06:00
Akira TAGOH
038aa930ae
Use automake variable instead of cleaning files in clean-local
...
just for git.mk coming up from Behdad's threadsafe branch
2012-10-26 14:31:23 +09:00
Akira TAGOH
1b692d8ab9
Fix the wrong estimation for the memory usage information in fontconfig
2012-06-01 19:06:17 +09:00
Akira TAGOH
93460f93e9
Fix a build issue due to the use of non-portable variables
...
$< isn't supported in BSD make say. $(RM) is pre-defined in GNU make
though, not in BSD make say. so changed to check on configure if it's
pre-defined by make, otherwise set the appropriate command to $(RM).
This would be a workaround until it has the certain pre-defined value.
2012-03-16 16:34:37 +09:00
Akira TAGOH
a5b609196f
Revert "Fix a build fail on some environment."
...
This reverts commit 0fdfddf2ac
.
Conflicts:
doc/Makefile.am
2012-03-16 11:55:30 +09:00
Akira TAGOH
0fdfddf2ac
Fix a build fail on some environment.
2012-03-10 23:30:30 +09:00
Behdad Esfahbod
5aaf466d38
Cleanup copyright notices to replace "Keith Packard" with "the author(s)"
2010-11-10 16:45:42 -05:00
Behdad Esfahbod
c2764d959c
Bug 29338 - fc-pattern.sgml, open para tag
2010-08-05 15:58:09 -04:00
Behdad Esfahbod
ba7b50ab33
Add fc-pattern cmdline tool
2010-04-20 23:18:00 -04:00