Ticket #49713: nawk.patch

File nawk.patch, 980 bytes (added by ryandesign (Ryan Carsten Schmidt), 8 years ago)

goes in files directory

  • doc/autoconf.info

    old new  
    32123212some cases whether they support certain features.
    32133213
    32143214 -- Macro: AC_PROG_AWK
    3215      Check for `gawk', `mawk', `nawk', and `awk', in that order, and
     3215     Check for `gawk', `mawk', and `awk', in that order, and
    32163216     set output variable `AWK' to the first one that is found.  It
    32173217     tries `gawk' first because that is reported to be the best
    32183218     implementation.  The result can be overridden by setting the
  • lib/autoconf/programs.m4

    old new  
    345345AN_PROGRAM([awk],  [AC_PROG_AWK])
    346346AN_PROGRAM([gawk], [AC_PROG_AWK])
    347347AN_PROGRAM([mawk], [AC_PROG_AWK])
    348 AN_PROGRAM([nawk], [AC_PROG_AWK])
    349348AC_DEFUN([AC_PROG_AWK],
    350 [AC_CHECK_PROGS(AWK, gawk mawk nawk awk, )])
     349[AC_CHECK_PROGS(AWK, gawk mawk awk, )])
    351350
    352351
    353352# AC_PROG_EGREP