After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 527984 - Doesn't dist all m4 files needed by configure.ac
Doesn't dist all m4 files needed by configure.ac
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal blocker
: 0.10.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-04-14 08:55 UTC by Sebastian Dröge (slomo)
Modified: 2008-04-15 18:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
common-dist.diff (1.65 KB, patch)
2008-04-14 11:29 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2008-04-14 08:55:12 UTC
Hi,
gst-plugins-good currently doesn't dist all m4 files needed by configure.ac. At least gst-parser.m4 is missing, not sure which other's.

We should probably dist all of common/ in all module tarballs.
Comment 1 Sebastian Dröge (slomo) 2008-04-14 11:29:41 UTC
Created attachment 109224 [details] [review]
common-dist.diff

This dists all files in common/ now...
Comment 2 Sebastian Dröge (slomo) 2008-04-15 18:02:46 UTC
2008-04-15  Sebastian Dröge  <slomo@circular-chaos.org>

	* Makefile.am:
	* m4/Makefile.am:
	Dist all files in common. Fixes bug #527984.