Ticket #49713: nawk.patch
File nawk.patch, 980 bytes (added by ryandesign (Ryan Carsten Schmidt), 9 years ago) |
---|
-
doc/autoconf.info
old new 3212 3212 some cases whether they support certain features. 3213 3213 3214 3214 -- Macro: AC_PROG_AWK 3215 Check for `gawk', `mawk', `nawk',and `awk', in that order, and3215 Check for `gawk', `mawk', and `awk', in that order, and 3216 3216 set output variable `AWK' to the first one that is found. It 3217 3217 tries `gawk' first because that is reported to be the best 3218 3218 implementation. The result can be overridden by setting the -
lib/autoconf/programs.m4
old new 345 345 AN_PROGRAM([awk], [AC_PROG_AWK]) 346 346 AN_PROGRAM([gawk], [AC_PROG_AWK]) 347 347 AN_PROGRAM([mawk], [AC_PROG_AWK]) 348 AN_PROGRAM([nawk], [AC_PROG_AWK])349 348 AC_DEFUN([AC_PROG_AWK], 350 [AC_CHECK_PROGS(AWK, gawk mawk nawkawk, )])349 [AC_CHECK_PROGS(AWK, gawk mawk awk, )]) 351 350 352 351 353 352 # AC_PROG_EGREP