Control: reassign -1 autoconf 2.72-3
Thanks Santiago, that didn't fix the build unfortunately. After running autoupdate and autoreconf, I end up with the attached patch to configure.ac.
Still autoconf 2.72 produces a ./configure that fails with [...] ./configure: line 19144: syntax error near unexpected token `fi' ./configure: line 19144: `fi' [...]from looking at the generated ./configure, it really seems the code it wrong so reassigning to autoconf.
Best, Philip On 03.09.24 at 22:49, Santiago Vila wrote:
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 @@ -15,10 +15,8 @@ m4_define([GSTMM_VERSION], [1.10.0]) -AC_INIT([gstreamermm], [1.10.0], - [http://bugzilla.gnome.org/enter_bug.cgi?product=gstreamermm], - [gstreamermm], [http://www.gtkmm.org/]) -AC_PREREQ([2.59]) +AC_INIT([gstreamermm],[1.10.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=gstreamermm],[gstreamermm],[http://www.gtkmm.org/]) +AC_PREREQ([2.72]) AC_CONFIG_SRCDIR([gstreamer/gstreamermm.h]) AC_CONFIG_AUX_DIR([build]) @@ -39,14 +37,13 @@ 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]) AC_DISABLE_STATIC -AC_LIBTOOL_WIN32_DLL -AC_PROG_LIBTOOL +LT_INIT([win32-dll]) # Check for m4 and sed which are used for plug-in .hg and .ccg file generation. AC_CHECK_PROGS([M4], [gm4 m4], [m4])
OpenPGP_signature.asc
Description: OpenPGP digital signature