Open tbonfort opened 12 years ago
Author: havard.tveite@umb.no Date: 2006/03/23 - 10:04
I have tried to search for "awk -F" in the configure files I have on my system,
and have only found the version without the space used. "awk -F" is not used a
lot, but in php 4.3.6 configure, "awk -F:" is used, and in gcc 2.95.3/libobjc
configure, "awk -F=" is used.
Solaris nawk supports -F with a space between the F and the character defining
the field separator.
I would suggest that Petter Reinholdtsen's patch is applied, so that this bug
can be marked as fixed.
Reporter: havard.tveite@umb.no Date: 2005/02/10 - 10:16