GNOME Bugzilla – Bug 106123
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 14329 [details] [review] The patch
Errr.. the description says libgnome, but that was a typo. The problem is really present in metacity.
This patch is fine, let's commit it. thanks for the fix.
I went ahead and committed the patch. Thanks Julio.