GNOME Bugzilla – Bug 641583
configure should honor aclocal flags ACLOCAL_FLAGS
Last modified: 2011-03-09 16:38:56 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
Created attachment 180155 [details] [review] Honor aclocal flags
Thanks! Merged into gnome-keyring master.