]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(Particular Programs): Prefer gawk to mawk.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 Oct 2001 18:12:48 +0000 (18:12 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 Oct 2001 18:12:48 +0000 (18:12 +0000)
doc/autoconf.texi

index d93cfc0c6ae3424d56417251c3c390df1467f018..7366f3185236a09b50f983dd5f1f16358a400b19 100644 (file)
@@ -3016,10 +3016,10 @@ in some cases whether they support certain features.
 @defmac AC_PROG_AWK
 @acindex PROG_AWK
 @ovindex AWK
-Check for @code{mawk}, @code{gawk}, @code{nawk}, and @code{awk}, in that
+Check for @code{gawk}, @code{mawk}, @code{nawk}, and @code{awk}, in that
 order, and set output variable @code{AWK} to the first one that is found.
-It tries @code{mawk} first because that is reported to be the
-fastest implementation.
+It tries @code{gawk} first because that is reported to be the
+best implementation.
 @end defmac