]> git.pld-linux.org Git - packages/autoconf.git/blob - autoconf-mawk.patch
up to 2.71
[packages/autoconf.git] / autoconf-mawk.patch
1 diff -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
9 +for ac_prog in mawk gawk nawk awk
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
13  
14 diff -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 @@
18  
19  # Check for gawk first since it's generally better.
20  AC_DEFUN([AC_PROG_AWK],
21 -[AC_CHECK_PROGS(AWK, gawk mawk nawk awk, )])
22 +[AC_CHECK_PROGS(AWK, mawk gawk nawk awk, )])
23  
24  
25  # AC_PROG_INSTALL
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.36161 seconds and 3 git commands to generate.