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 641583 - configure should honor aclocal flags ACLOCAL_FLAGS
configure should honor aclocal flags ACLOCAL_FLAGS
Status: RESOLVED FIXED
Product: gnome-keyring
Classification: Core
Component: general
git master
Other All
: Normal enhancement
: ---
Assigned To: GNOME keyring maintainer(s)
GNOME keyring maintainer(s)
Depends on:
Blocks: 641445
 
 
Reported: 2011-02-05 06:52 UTC by Craig Keogh
Modified: 2011-03-09 16:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Honor aclocal flags (547 bytes, patch)
2011-02-05 06:54 UTC, Craig Keogh
none Details | Review

Description Craig Keogh 2011-02-05 06:52:43 UTC
I'm building gnome-keyring via JHBuild. gnome-keyring builds
successfully. If upstream then updates configure.in, then I run 'make', which
attempts a reconfigure, but fails.

This is because JHBuild sets ACLOCAL_FLAGS to include the sandbox (e.g. -I
/opt/gnome/share/aclocal). One may argue it is silly for JHBuild to require
every module to support ACLOCAL_FLAGS, but there isn't a way around it until
automake-1.12 is out - which includes support for ACLOCAL_PATH. Further details
in the JHBuild bug 634617.

The build failure is:
make  V=1
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/Oxyde/gnome/gnome-keyring-3/missing --run aclocal-1.11 
configure.in:123: warning: macro `AM_GLIB_GNU_GETTEXT' not found in library
 cd . && /bin/sh /home/Oxyde/gnome/gnome-keyring-3/missing --run automake-1.11 --gnu
gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
docs/reference/gck/Makefile.am:85:   `gtk-doc.make' included from here
gtk-doc.make:51: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
docs/reference/gck/Makefile.am:85:   `gtk-doc.make' included from here
gtk-doc.make:52: GTK_DOC_BUILD_HTML does not appear in AM_CONDITIONAL
docs/reference/gck/Makefile.am:85:   `gtk-doc.make' included from here
gtk-doc.make:57: GTK_DOC_BUILD_PDF does not appear in AM_CONDITIONAL
docs/reference/gck/Makefile.am:85:   `gtk-doc.make' included from here
gtk-doc.make:226: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
docs/reference/gck/Makefile.am:85:   `gtk-doc.make' included from here
gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
docs/reference/gcr/Makefile.am:86:   `gtk-doc.make' included from here
gtk-doc.make:51: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
docs/reference/gcr/Makefile.am:86:   `gtk-doc.make' included from here
gtk-doc.make:52: GTK_DOC_BUILD_HTML does not appear in AM_CONDITIONAL
docs/reference/gcr/Makefile.am:86:   `gtk-doc.make' included from here
gtk-doc.make:57: GTK_DOC_BUILD_PDF does not appear in AM_CONDITIONAL
docs/reference/gcr/Makefile.am:86:   `gtk-doc.make' included from here
gtk-doc.make:226: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
docs/reference/gcr/Makefile.am:86:   `gtk-doc.make' included from here
make: *** [Makefile.in] Error 1
Comment 1 Craig Keogh 2011-02-05 06:54:54 UTC
Created attachment 180155 [details] [review]
Honor aclocal flags
Comment 2 Stef Walter 2011-03-09 16:38:56 UTC
Thanks! Merged into gnome-keyring master.