Blame SOURCES/autoconf-2.13-mawk.patch

883b0e
--- autoconf-2.13/configure.mawk	Tue Jan  5 08:28:57 1999
883b0e
+++ autoconf-2.13/configure	Sun Mar 21 16:58:01 1999
883b0e
@@ -583,7 +583,7 @@
883b0e
 done
883b0e
 test -n "$M4" || M4="m4"
883b0e
 
883b0e
-for ac_prog in mawk gawk nawk awk
883b0e
+for ac_prog in gawk mawk nawk awk
883b0e
 do
883b0e
 # Extract the first word of "$ac_prog", so it can be a program name with args.
883b0e
 set dummy $ac_prog; ac_word=$2
883b0e
--- autoconf-2.13/acspecific.m4.mawk	Tue Jan  5 08:27:52 1999
883b0e
+++ autoconf-2.13/acspecific.m4	Sun Mar 21 16:58:56 1999
883b0e
@@ -479,9 +479,9 @@
883b0e
 AC_DEFUN(AC_PROG_RANLIB,
883b0e
 [AC_CHECK_PROG(RANLIB, ranlib, ranlib, :)])
883b0e
 
883b0e
-dnl Check for mawk first since it's generally faster.
883b0e
+dnl Don't check for mawk first even if it's generally faster.
883b0e
 AC_DEFUN(AC_PROG_AWK,
883b0e
-[AC_CHECK_PROGS(AWK, mawk gawk nawk awk, )])
883b0e
+[AC_CHECK_PROGS(AWK, gawk mawk nawk awk, )])
883b0e
 
883b0e
 AC_DEFUN(AC_PROG_YACC,
883b0e
 [AC_CHECK_PROGS(YACC, 'bison -y' byacc, yacc)])
883b0e
--- autoconf-2.13/autoconf.texi.mawk	Tue Jan  5 08:28:37 1999
883b0e
+++ autoconf-2.13/autoconf.texi	Sun Mar 21 16:59:42 1999
883b0e
@@ -1535,10 +1535,10 @@
883b0e
 @defmac AC_PROG_AWK
883b0e
 @maindex PROG_AWK
883b0e
 @ovindex AWK
883b0e
-Check for @code{mawk}, @code{gawk}, @code{nawk}, and @code{awk}, in that
883b0e
+Check for @code{gawk}, @code{mawk}, @code{nawk}, and @code{awk}, in that
883b0e
 order, and set output variable @code{AWK} to the first one that it
883b0e
-finds.  It tries @code{mawk} first because that is reported to be the
883b0e
-fastest implementation.
883b0e
+finds.  It tries @code{gawk} first because that is reported to be the
883b0e
+best implementation.
883b0e
 @end defmac
883b0e
 
883b0e
 @defmac AC_PROG_CC