GNOME Bugzilla – Bug 704624
Silence automake warning
Last modified: 2013-07-22 19:51:47 UTC
This one should have been really in the glib resource framework patch
Created attachment 249723 [details] [review] Silence automake warning Silence a warning about $(shell) being non-POSIX
Created attachment 249724 [details] [review] Fix srcdir != builddir ... and this one, too
While reviewing this I have found that make distcheck complains about gsm.gresource.xml file not found quite a few times (in fact I have just found that it did complain even before these patches). Should gsm.gresource.xml put in EXTRA_DIST? Regardless of this make distcheck completes and the tar.xz is built with the gresource.xml included, but i would like to keep it error-free.
Sorry, disregard my comment :) I have applied the patch from 704623 and commented on this issue :)) Both patches apply and work fine.
Attachment 249723 [details] pushed as cde25dd - Silence automake warning Attachment 249724 [details] pushed as 081cad4 - Fix srcdir != builddir