GNOME Bugzilla – Bug 706837
build fails due to missing IT_PROG_INTLTOOL macro
Last modified: 2013-08-30 01:23:24 UTC
Created attachment 253183 [details] [review] Patch to fix build Due to changes in gnome-common git, an implicit m4 directory is no longer created during autogen. The attached patch explicitly and correctly specifies a macro directory.
Review of attachment 253183 [details] [review]: The change looks fine to me (as a gnome-common maintainer), but please link to this bug in the commit message before pushing.
Review of attachment 253183 [details] [review]: https://git.gnome.org/browse/eog/commit/?id=08aca771ca65468826dd948f3d59a8a56e015d77
After commit 08aca7, eog doesn't build: $ git clone -q git://git.gnome.org/eog && cd eog && ./autogen.sh /usr/bin/gnome-autogen.sh ln: target ‘m4/’ is not a directory: No such file or directory cp: cannot create regular file ‘m4/’: Not a directory You are missing gtk-doc. Please install it Running mkdir m4 and re-running autogen.sh fixes the problem.
I have filed a separate bug for that issue, as its root cause is different: https://bugzilla.gnome.org/show_bug.cgi?id=707099