gsettings.m4: Fix rules to work when there are no schemas
authorDan Winship <danw@gnome.org>
Thu, 4 Nov 2010 19:23:22 +0000 (15:23 -0400)
committerDan Winship <danw@gnome.org>
Thu, 4 Nov 2010 21:21:09 +0000 (17:21 -0400)
commit393834ac6f32633a31e52441b051dc7d3969a530
tree4a562cd26e274111fb44594e034f7d3ad733be0c
parent094082841877b8b70a0d793ff091bb74793210b6
gsettings.m4: Fix rules to work when there are no schemas

If there are no schemas, don't try to install "" at install time.
(In particular, automake conditionals don't work properly with
@-expanded rules, so if you conditionally build a schema, you'll
still unconditionally get the install rule.)

https://bugzilla.gnome.org/show_bug.cgi?id=633381
m4macros/gsettings.m4