Hi.
You need the attached patch at least.
(Explanation: Because the string has a comma and the new
autoconf is more nitpicky about quoting, you need an extra "["
and "]" to quote the string).
(I know this by pure chance, because a similar problem was fixed
in another package).
Note that after fixing this there may be more errors to fix.
Thanks.
--- a/configure.ac
+++ b/configure.ac
@@ -39,7 +39,7 @@ AC_SUBST([GSTREAMERMM_SO_VERSION], [1:0:0])
AM_INIT_AUTOMAKE([1.9 subdir-objects -Wno-portability check-news dist-bzip2
no-define nostdinc tar-ustar])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_MAINTAINER_MODE
-AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])
+AC_ARG_VAR([ACLOCAL_FLAGS], [[aclocal flags, e.g. -I <macro dir>]])
AC_PROG_CXX
MM_AX_CXX_COMPILE_STDCXX_11([noext],[mandatory])