tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: firefox failing to build NetBSD 9/amd64



On Wed, Jun 16, 2021 at 05:13:08PM +0100, Patrick Welche wrote:
> The code is:
> 
> dnl Wrap AC_INIT_PREPARE to add the above trap.
> define([_MOZ_AC_INIT_PREPARE], defn([AC_INIT_PREPARE]))
> define([AC_INIT_PREPARE],
> [_MOZ_AC_INIT_PREPARE($1)
> 
> There isn't anything "above", so what trap? defn or m4_defn expects a macro.
> AFAIR the macro is called _AC_INIT_PREPARE. I wonder what it is trying to do...


In the days of autoconf 2.13 the macro was still called AC_INIT_PREPARE.

P


Home | Main Index | Thread Index | Old Index