GNOME Bugzilla – Bug 589033
the current git version won't compile with gtk-doc 1.12
Last modified: 2009-07-23 19:55:10 UTC
Please describe the problem: Given the changes in the gtk-doc, the included acinclude.m4 is obsolete and breaks the configure stage. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Created attachment 138741 [details] [review] new gtk-doc.m4 as acinclude.m4
Confirming, here is the jhbuild log. Could we fix this ASAP? *** Checking out libsoup *** [1/1] git pull --rebase Current branch master is up to date. *** Building libsoup *** [1/1] make CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/betatester/checkout/gnome2/libsoup/missing --run aclocal-1.11 /opt/gnome2/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE /opt/gnome2/share/aclocal/audiofile.m4:12: run info '(automake)Extending aclocal' /opt/gnome2/share/aclocal/audiofile.m4:12: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal cd . && /bin/bash /home/betatester/checkout/gnome2/libsoup/missing --run automake-1.11 --foreign gtk-doc.make:53: GTK_DOC_BUILD_HTML does not appear in AM_CONDITIONAL docs/reference/Makefile.am:67: `gtk-doc.make' included from here gtk-doc.make:58: GTK_DOC_BUILD_PDF does not appear in AM_CONDITIONAL docs/reference/Makefile.am:67: `gtk-doc.make' included from here make: *** [Makefile.in] Errore 1
fixed by removing acinclude.m4; you need gtk-doc installed to autogen anyway, so aclocal can just copy in gtk-doc.m4 itself.