]> git.pld-linux.org Git - packages/autoconf.git/blame - autoconf-mawk.patch
up to 2.71
[packages/autoconf.git] / autoconf-mawk.patch
CommitLineData
8b0f80ae 1diff -Nur autoconf-2.53.orig/configure autoconf-2.53/configure
2--- autoconf-2.53.orig/configure Fri Mar 8 14:09:59 2002
3+++ autoconf-2.53/configure Sat Mar 16 13:12:23 2002
4@@ -1312,7 +1312,7 @@
5 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
6 fi
7
8-for ac_prog in gawk mawk nawk awk
4d47da1a 9+for ac_prog in mawk gawk nawk awk
8b0f80ae 10 do
11 # Extract the first word of "$ac_prog", so it can be a program name with args.
12 set dummy $ac_prog; ac_word=$2
0d4c3a05 13
8b0f80ae 14diff -Nur autoconf-2.53.orig/lib/autoconf/programs.m4 autoconf-2.53/lib/autoconf/programs.m4
15--- autoconf-2.53.orig/lib/autoconf/programs.m4 Mon Mar 4 15:34:20 2002
16+++ autoconf-2.53/lib/autoconf/programs.m4 Sat Mar 16 13:11:53 2002
17@@ -258,7 +258,7 @@
3d3b08d7 18
8b0f80ae 19 # Check for gawk first since it's generally better.
3d3b08d7 20 AC_DEFUN([AC_PROG_AWK],
8b0f80ae 21-[AC_CHECK_PROGS(AWK, gawk mawk nawk awk, )])
4d47da1a 22+[AC_CHECK_PROGS(AWK, mawk gawk nawk awk, )])
3d3b08d7
AF
23
24
8b0f80ae 25 # AC_PROG_INSTALL
09ac297f 26--- autoconf-2.65/doc/autoconf.texi.orig 2009-11-05 03:42:15.000000000 +0100
27+++ autoconf-2.65/doc/autoconf.texi 2010-02-21 17:00:33.323563596 +0100
28@@ -3870,10 +3870,10 @@
29 @acindex{PROG_AWK}
30 @ovindex AWK
31 @caindex prog_AWK
32-Check for @code{gawk}, @code{mawk}, @code{nawk}, and @code{awk}, in that
33+Check for @code{mawk}, @code{gawk}, @code{nawk}, and @code{awk}, in that
34 order, and set output variable @code{AWK} to the first one that is found.
35-It tries @code{gawk} first because that is reported to be the
36-best implementation. The result can be overridden by setting the
37+It tries @code{mawk} first because that is reported to be the
38+implementation that our system usually runs. The result can be overridden by setting the
39 variable @code{AWK} or the cache variable @code{ac_cv_prog_AWK}.
40 @end defmac
41
This page took 0.075753 seconds and 4 git commands to generate.