GNOME Bugzilla – Bug 641586
configure should honor aclocal flags ACLOCAL_FLAGS
Last modified: 2011-02-05 23:36:41 UTC
I'm building librsvg via JHBuild. librsvg 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/librsvg/missing --run aclocal-1.11 configure.in:8: warning: AC_INIT: not a literal: https://bugzilla.gnome.org/enter_bug.cgi?product=librsvg cd . && /bin/sh /home/Oxyde/gnome/librsvg/missing --run automake-1.11 --foreign configure.in:8: warning: AC_INIT: not a literal: https://bugzilla.gnome.org/enter_bug.cgi?product=librsvg gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL doc/Makefile.am:132: `gtk-doc.make' included from here gtk-doc.make:51: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL doc/Makefile.am:132: `gtk-doc.make' included from here gtk-doc.make:52: GTK_DOC_BUILD_HTML does not appear in AM_CONDITIONAL doc/Makefile.am:132: `gtk-doc.make' included from here gtk-doc.make:57: GTK_DOC_BUILD_PDF does not appear in AM_CONDITIONAL doc/Makefile.am:132: `gtk-doc.make' included from here gtk-doc.make:212: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL doc/Makefile.am:132: `gtk-doc.make' included from here doc/Makefile.am:145: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL make: *** [Makefile.in] Error 1
Created attachment 180158 [details] [review] Honor aclocal flags
Comment on attachment 180158 [details] [review] Honor aclocal flags Committed. http://git.gnome.org/browse/librsvg/commit/?id=1931b1ce0f514c091d03223bbb64aece083bd555