GNOME Bugzilla – Bug 106119
Package should honor --disable-schemas-install
Last modified: 2004-12-22 21:47:04 UTC
The AM_GCONF_SOURCE_2 configure macro defines a configure argument, called --disable-schemas-install, which can be used to disable automatic registration of schemas. libgnome needs to honor this argument in order to be more verbose (such feature is beeing used in the NetBSD package system). [ As I see in the last stable version, this argument does not appear in the configure script, but rerunning aclocal from the sources fixes this with the last GConf2 version. ]
Created attachment 14325 [details] [review] Sample patch
Ups sorry, the patch is not good enough. It should look like: if GCONF_SCHEMAS_INSTALL install-data-local: # call gconf2 here else install-data-local: endif
Applying this to 2.2.x
Applied to HEAD too.