Re: small patch to make a test work with upcoming autoconf

Jim Meyering <[email protected]> Sun, 2 Jun 2024 21:55:47 -0700
Newsgroups gmane.comp.sysutils.automake.general
Message-ID <CA+8g5KHusVjLoxzpuJ+CddrW-UCmegr5qJH3B7Ny2sE541rWMw@mail.gmail.com>
I wrote:
> One of autoconf's diagnostics changed a couple of months ago,
> and an automake test depended on the precise wording of the
> now-changed diagnostic. This change (will push shortly)
> makes the automake test work with both the old and the new wording:
...
> -  grep 'possibly undefined .*MY_ZARDOZ' output
> +  $EGREP '(possibly undefined|undefined or overquoted macro:) .*MY_ZARDOZ' output

I simplified slightly, to this:
$EGREP '(possibly undefined|undefined or overquoted) macro: .*MY_ZARDOZ' output