GNOME Bugzilla – Bug 705378
build fails due to missing IT_PROG_INTLTOOL macro
Last modified: 2013-08-27 15:08:58 UTC
Created attachment 250737 [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. I believe this is due to a change in the behavior of gnome-common (using autoreconf instead of replicating its behavior). According to the autoconf documentation, I believe this patch is the correct behavior.
Created attachment 253098 [details] [review] Patch to fix build Per https://bugzilla.gnome.org/show_bug.cgi?id=705365, using both IT_PROG_INTLTOOL and AM_GNU_GETTEXT is unsupported. This patch extends the previous one to remove AM_GNU_GETTEXT to fix build.
Review of attachment 253098 [details] [review]: The change looks fine to me (as a gnome-common maintainer), but please add a descriptive commit message link to this bug in the commit message before pushing.
Review of attachment 253098 [details] [review]: https://git.gnome.org/browse/gnome-bluetooth/commit/?id=8db421228020b0e195add49aa8ed332c87d49cf2