GNOME Bugzilla – Bug 692864
Fails to build with Automake 1.13 due to deprecated macro AM_CONFIG_HEADER
Last modified: 2013-09-24 16:03:31 UTC
Created attachment 234811 [details] [review] Patch fixing the issue gst-editing-services uses the deprecated macro AM_CONFIG_HEADER in configure.ac; it needs to be replaced with AC_CONFIG_HEADERS in order to build with Automake 1.13. See https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html
Thanks, pushed: commit 4d527e24be9b6134801964189e37f87961339d61 Author: Kerrick Staley <mail@kerrickstaley.com> Date: Wed Jan 30 01:27:17 2013 -0800 build: replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS to fix build with automake 1.13 AM_CONFIG_HEADER is deprecated; see https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html https://bugzilla.gnome.org/show_bug.cgi?id=692864