GNOME Bugzilla – Bug 705366
build fails due to missing IT_PROG_INTLTOOL macro
Last modified: 2013-08-12 15:50:24 UTC
Created attachment 250728 [details] [review] Patch to allow macros to be copied automatically into build directory When running autogen.sh in master, the intltool.m4 macro is never included in aclocal.m4. Attached is a patch to fix this by having gnome-autogen.sh create an m4/ directory and copy over the correct macros. I can commit it if it is approved.
On further thought, I should note that I believe this may be due to a change in the way gnome-common works. It now calls autoreconf directly instead of replicating its behavior. According to the autoconf docs, the patch I submitted should be correct.
Review of attachment 250728 [details] [review]: I have not noticed any build failures myself, which could be because I am using an older gnome-common. But, anyway, nothing looks obviously wrong in your patch. Committed. Thanks!