Stefano Lattarini wrote:
> * scripts/autotools-install: Here, honouring $MAKE. This might be
> useful on systems where the make implementation available in $PATH
> by default is limited (Solaris) or broken (HP-UX).
Thanks.
I've applied both this and your other autotools-install patch.
In each case, I tweaked the one-line summary not to quote the
program name. That saves a few bytes in length and makes it
slightly more readable, since the common prefix is longer:
scripts: autotools-install: style and portability fixes
scripts: autotools-install: allow user-specified make program