Bug 627126 - gsettings schemas on FreeBSD
authorRyan Lortie <desrt@desrt.ca>
Mon, 4 Oct 2010 05:51:11 +0000 (01:51 -0400)
committerRyan Lortie <desrt@desrt.ca>
Mon, 4 Oct 2010 05:51:11 +0000 (01:51 -0400)
commit136e705e8383ff8848e425ac01278102d7badc52
tree31a2d161b44c9b60ea439e5e537992a28af5a5e2
parent8efcc0d8c86b588eb0ee0e60d3c60d8c107734b5
Bug 627126 - gsettings schemas on FreeBSD

Rewrite the install rule for GSettings schemas to not depend on an
obscure chunk of non-portable sed that nobody understands the purpose
of.

Instead, use make's VPATH feature to resolve the paths of the files that
need to be installed.  No need to depend on the .valid targets here
since automake already ensures that 'make all' is complete before 'make
install' is permitted to run.
m4macros/gsettings.m4