Require GNU awk at ./configure time.

Some components (specifically {,e}glibc) will not build when awk
is not GNU awk. Make ./configure check for GNU awk.
This commit is contained in:
Yann E. MORIN" 2009-07-22 20:42:23 +02:00
parent 82f9efebd8
commit ea31afdf04

2
configure vendored
View File

@ -327,7 +327,7 @@ has_or_abort prog=make \
ver='^GNU Make (3.[89][[:digit:]]|[4-9])' \
err="GNU 'make' 3.80 or above was not found"
has_or_abort prog=gcc
has_or_abort prog=awk
has_or_abort prog="awk gawk" ver='^GNU Awk' err="GNU 'awk' was not found"
has_or_abort prog=bison
has_or_abort prog=flex
has_or_abort prog=makeinfo