fontconfig/fc-match
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
..
Makefile.am Fix a build issue due to the use of non-portable variables 2012-03-16 16:34:37 +09:00
fc-match.c fc-{list,match}: constify format string 2012-02-21 14:15:58 -05:00
fc-match.sgml Add fc-pattern cmdline tool 2010-04-20 23:18:00 -04:00