[gsettings] Change AM_GSETTINGS macro to GLIB_GSETTINGS

So we don't use Automake's macro namespace

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=616648
This commit is contained in:
Javier Jardón
2010-04-23 15:39:44 +02:00
parent 38e2273207
commit f68dc4d97d
2 changed files with 4 additions and 4 deletions

View File

@@ -392,12 +392,12 @@ produces a <filename>org.gnome.font-rendering.gschema.xml</filename> file with t
variable for the schema compiler, which can be used in
<filename>configure.in</filename> as follows:
<programlisting>
AM_GSETTINGS
GLIB_GSETTINGS
</programlisting>
The corresponding <filename>Makefile.am</filename> fragment looks like
this:
<programlisting>
# gsettingsschemadir and gschema_compile are defined by the AM_GSETTINGS
# gsettingsschemadir and gschema_compile are defined by the GLIB_GSETTINGS
# macro in configure.ac
gsettingsschema_DATA = my.app.gschema.xml
# This rule will check your schemas for validity before installation