GNOME Bugzilla – Bug 346054
gst-template needs to check for automake >= 1.7
Last modified: 2006-07-03 10:17:00 UTC
If I check out the latest release of gst-template from CVS as a guide for making a new plugin. It fails to build using automake-1.4 and aclocal-1.4 and it doesn't warn the users of this. It seems from checking that all the other gstreamer source automake system check and fail with automake-1.4. I think gst-template just got overlooked. Keith
Should be fixed in CVS now for both gst-plugin and gst-app: 2006-07-03 Tim-Philipp Müller <tim at centricular dot net> * Makefile.am: * autogen.sh: * gst-autogen.sh: Throw an error if autotools versions are too old. We require automake 1.7 or newer (#346054). Add gst-autogen.sh to check for this. * COPYING: Add placeholder COPYING file so it doesn't get overwritten by a GPL one by automake.