summaryrefslogtreecommitdiff
path: root/autoconf.texi
diff options
context:
space:
mode:
Diffstat (limited to 'autoconf.texi')
-rw-r--r--autoconf.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/autoconf.texi b/autoconf.texi
index 22a2ccd..fd854b6 100644
--- a/autoconf.texi
+++ b/autoconf.texi
@@ -1535,10 +1535,10 @@ according to whether @code{lex} or @code{flex} is being used.
@defmac AC_PROG_AWK
@maindex 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 it
-finds. It tries @code{mawk} first because that is reported to be the
-fastest implementation.
+finds. It tries @code{gawk} first because that is reported to be the
+best implementation.
@end defmac
@defmac AC_PROG_CC