Fix a build issue due to the use of non-portable variables
authorAkira TAGOH <akira@tagoh.org>
Fri, 16 Mar 2012 07:29:53 +0000 (16:29 +0900)
committerAkira TAGOH <akira@tagoh.org>
Fri, 16 Mar 2012 07:34:37 +0000 (16:34 +0900)
commit93460f93e9e55e39a42fb6474918f31539436d9c
treec2cc6c53091a84386292e8f3de2266c32ad86832
parentf2813ffc689fb6972ff4d5d414c3abfa3e0be26f
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.
13 files changed:
Makefile.am
conf.d/Makefile.am
configure.in
doc/Makefile.am
fc-cache/Makefile.am
fc-case/Makefile.am
fc-cat/Makefile.am
fc-list/Makefile.am
fc-match/Makefile.am
fc-pattern/Makefile.am
fc-query/Makefile.am
fc-scan/Makefile.am
src/Makefile.am