[Gnucash-changes] Pay attention if the user specifies --disable-schemas-install when

David Hampton hampton at cvs.gnucash.org
Sat Apr 16 17:27:22 EDT 2005


Log Message:
-----------
Pay attention if the user specifies --disable-schemas-install when
running 'configure' in the root sources directory.

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash/src/gnome/schemas:
        Makefile.am

Revision Data
-------------
Index: Makefile.am
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/gnome/schemas/Attic/Makefile.am,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -Lsrc/gnome/schemas/Makefile.am -Lsrc/gnome/schemas/Makefile.am -u -r1.1.2.2 -r1.1.2.3
--- src/gnome/schemas/Makefile.am
+++ src/gnome/schemas/Makefile.am
@@ -4,8 +4,12 @@
   apps_gnucash_dialog_prices.schemas
 
 install-data-local:
+if GCONF_SCHEMAS_INSTALL
 	-GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) gconftool-2 --makefile-install-rule $(srcdir)/$(schema_DATA)
+endif
 
 uninstall-local:
+if GCONF_SCHEMAS_INSTALL
 	-GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) gconftool-2 --makefile-uninstall-rule $(srcdir)/$(schema_DATA)
+endif
 


More information about the gnucash-changes mailing list