]> xenbits.xensource.com Git - libvirt.git/commit
mac os x: use awk selected by build system rather than first in path
authorJustin Clift <jclift@redhat.com>
Tue, 28 Sep 2010 13:28:23 +0000 (23:28 +1000)
committerJustin Clift <jclift@redhat.com>
Tue, 28 Sep 2010 16:14:51 +0000 (02:14 +1000)
commit81e329eb1b240a350cb938942e9b133e6e56571c
treec3883252491137e189be1aeab2759179dfb05cf5
parent48005255b0b3bc4d169884271bd8b993a677503f
mac os x: use awk selected by build system rather than first in path

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).
docs/Makefile.am