poke-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Require gawk at configure time


From: Jose E. Marchesi
Subject: Re: [PATCH] Require gawk at configure time
Date: Tue, 28 Jan 2020 20:59:34 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

    * Jose E. Marchesi <address@hidden> [200128 20:06]:
    > 
    > AC_PROG_AWK checks for any awk, doesn't it?
    > 
    > What we require is an awk implementation that supports gensub.  It is a
    > GNU extension, but implemented by other awks as well... just not all of
    > them.
    > 
    > The simplest solution would be to check for gawk, and fail if it is not
    > found.
    > 
    > The optimum solution would be to check at configure time whether $(AWK)
    > supports gensub or not.
    
    See attached patch

Very nice!
OK for master, and thanks.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]