GNOME Bugzilla – Bug 710565
mutter-wayland fails to build
Last modified: 2013-10-29 13:13:34 UTC
This fails to build because of no m4 directory so it need to be told to make one and put .m4 files in there.
Created attachment 257779 [details] [review] Fix build failure
Review of attachment 257779 [details] [review]: ::: Makefile.am @@ +8,3 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc + +ACLOCAL_AMFLAGS = -I m4 Should be ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
Created attachment 258315 [details] [review] Fix build failure
Review of attachment 258315 [details] [review]: OK.
Comment on attachment 258315 [details] [review] Fix build failure Pushed to master as 6b8959916c70e05d8c3bf072e10b585d9c71c40b.
Also pushed to the wayland branch (luckily harmless for master) as commit 918cfdcbdadfa24ee1c8e57b05416307e32d73db.