On 05/02/2026 00:19, Collin Funk wrote:

     # These variables ought to be defined through the configure.ac section
     # of the module description. But some packages import this file directly,
     # ignoring the module description.
     AWK ?= awk
     GREP ?= grep
     SED ?= sed

Perhaps you can use $(SED), so that BSD people can run:

    $ gmake SED=gsed

if they would like. I notice a few places where plain 'grep' is used.
They are simple expressions, but I will probably change them anyways.

I don't see an issue of adding that flexibility,
though we'd need to default the variables in the script if not set
to support calling it directly.

cheers,
Padraig


Reply via email to