summaryrefslogtreecommitdiff
path: root/m4macros
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-04-21 11:50:21 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-04-21 11:55:00 -0400
commit3bfd739154b09c42b29bfcc38b03ff9b98ed4c4f (patch)
tree425ef37090efc3939ca7fd60d19d6fbe9a46f9a1 /m4macros
parent662f97fefbdb26eff4283757912350c3c15adf49 (diff)
downloadglib-3bfd739154b09c42b29bfcc38b03ff9b98ed4c4f.tar.gz
Rename gsettingsschemaupdatecache to the more sane gschema_compile
To follow existing glib pc variables for binaries.
Diffstat (limited to 'm4macros')
-rw-r--r--m4macros/gsettings.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4macros/gsettings.m4 b/m4macros/gsettings.m4
index 254fde8a6..46c098107 100644
--- a/m4macros/gsettings.m4
+++ b/m4macros/gsettings.m4
@@ -15,7 +15,7 @@ AC_DEFUN([AM_GSETTINGS],
AM_CONDITIONAL([GSETTINGS_SCHEMAS_INSTALL], [test "$enable_schemas_install" != no])
AC_SUBST(gsettingsschemadir, [${datadir}/glib-2.0/schemas])
- AC_SUBST(gsettingsupdateschemacache, `pkg-config --variable gsettingsupdateschemacache gio-2.0`)
+ AC_SUBST(gschema_compile, `pkg-config --variable gschema_compile gio-2.0`)
GSETTINGS_CHECK_RULE='
.PHONY : check-gsettings-schema
@@ -24,7 +24,7 @@ gschema_xml_files := $(wildcard *.gschema.xml)
check-gsettings-schema: gsettings_schema_validate_stamp
CLEANFILES += gsettings_schema_validate_stamp
gsettings_schema_validate_stamp: $(gschema_xml_files)
- $(gsettingsupdateschemacache) --dry-run --schema-files $?
+ $(gschema_compile) --dry-run --schema-files $?
touch [$]@
all: check-gsettings-schema