Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 2020 22:07:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 208535] audio/pulseaudio: unrecognized m4 (?) macros in configuration files
Message-ID:  <bug-208535-6497-Udvoi21YLQ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-208535-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-208535-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208535

Adriaan de Groot <adridg@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adridg@freebsd.org

--- Comment #8 from Adriaan de Groot <adridg@freebsd.org> ---
The configure script looks for gm4, m4, and assigns the first one found to =
$M4
.. and then doesn't use that variable  when invoking m4. So this fix looks =
good
to me, although it might be even better if it used $M4 instead of hard-codi=
ng
gm4 there. Then it might be upstreamable.

That said, I don't understand why this goes wrong: is there no m4 in base on
arm64? Because that's the only way I can think of that this command goes wr=
ong.
The m4 constructs in the file are bog-standard and (amd64) base m4 can hand=
le
them no problem.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208535-6497-Udvoi21YLQ>