• J
    mac os x: use awk selected by build system rather than first in path · 81e329eb
    Justin Clift 提交于
    Prior to this patch, the ChangeLog generation was hard coded to use
    "awk", when it should have been using the AWK variable set by our
    build system.
    
    This breaks compilation on a newly installed OS X system, where the
    default path has the Mac (non GNU) awk in the default search PATH
    before any installed GNU awk (gawk).
    81e329eb
Makefile.am 4.9 KB