After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 321124 - Confusing handling of --disable-schemas-install
Confusing handling of --disable-schemas-install
Status: RESOLVED FIXED
Product: gthumb
Classification: Other
Component: general
2.6.x
Other All
: Normal minor
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks:
 
 
Reported: 2005-11-10 06:34 UTC by Daniel Macks
Modified: 2005-11-13 09:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel Macks 2005-11-10 06:34:34 UTC
Version details: 2.6.8

1. ./configure --help
2. ./configure --disable-schemas-install

In step 1, the --disable-schemas-install flag is listed twice:
  --disable-schemas-install
                          Disable installation of the gconf schemas
  --disable-schemas-install     Disable the schemas installation

One of those is from gthumb's own configure.in, the other from the standard
AM_GCONF_SOURCE_2 macro. This flag acts in data/Makefile.am via SCHEMAS_INSTALL,
which is the variable set by the configure.in handler. Maybe switch to the
modern GCONF_SCHEMAS_INSTALL variable from the AM_GCONF_SOURCE_2 handler and
scrap the locally-defined one?
Comment 1 Paolo Bacchilega 2005-11-13 09:09:21 UTC
fixed now in HEAD and gthumb-2-6 branch, thanks.