summaryrefslogtreecommitdiff
path: root/gconf.m4.in
diff options
context:
space:
mode:
authorHavoc Pennington <hp@src.gnome.org>2001-12-09 04:35:54 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-12-09 04:35:54 +0000
commit254a5a1a75ec4299a03f560618525b42a9cd9d3e (patch)
treeec3e47d9da795e1f1e88d26cfeee59f992bbcb63 /gconf.m4.in
parent3a7b58cc07f2d901a5d245f38ec439e720e78b8c (diff)
downloadgconf-254a5a1a75ec4299a03f560618525b42a9cd9d3e.tar.gz
put better docs in comment
Diffstat (limited to 'gconf.m4.in')
-rw-r--r--gconf.m4.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/gconf.m4.in b/gconf.m4.in
index 85ac08bb..80d0a595 100644
--- a/gconf.m4.in
+++ b/gconf.m4.in
@@ -1,6 +1,10 @@
dnl AM_GCONF_SOURCE
-dnl Define GCONF_SCHEMA_CONFIG_SOURCE
+dnl Defines GCONF_SCHEMA_CONFIG_SOURCE which is where you should install schemas
+dnl (i.e. pass to gconftool)
+dnl Defines GCONF_SCHEMA_FILE_DIR which is a filesystem directory where
+dnl you should install foo.schemas files
dnl
+
AC_DEFUN(AM_GCONF_SOURCE_2,
[
if test "x$GCONF_SCHEMA_INSTALL_SOURCE" = "x"; then