]> git.pld-linux.org Git - packages/autoconf.git/blob - autoconf-mawk.patch
- updated to 2.62
[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 diff -Nur autoconf-2.53.orig/doc/autoconf.texi autoconf-2.53/doc/autoconf.texi
14 --- autoconf-2.53.orig/doc/autoconf.texi        Sat Mar 16 13:07:31 2002
15 +++ autoconf-2.53/doc/autoconf.texi     Sat Mar 16 13:09:40 2002
16 @@ -3012,10 +3012,10 @@
17  @defmac AC_PROG_AWK
18  @acindex PROG_AWK
19  @ovindex AWK
20 -Check for @code{gawk}, @code{mawk}, @code{nawk}, and @code{awk}, in that
21 +Check for @code{mawk}, @code{gawk}, @code{nawk}, and @code{awk}, in that
22  order, and set output variable @code{AWK} to the first one that is found.
23 -It tries @code{gawk} first because that is reported to be the
24 -best implementation.
25 +It tries @code{mawk} first because that is reported to be the
26 +implementation that our system usually runs.
27  @end defmac
28  
29  
30 diff -Nur autoconf-2.53.orig/lib/autoconf/programs.m4 autoconf-2.53/lib/autoconf/programs.m4
31 --- autoconf-2.53.orig/lib/autoconf/programs.m4 Mon Mar  4 15:34:20 2002
32 +++ autoconf-2.53/lib/autoconf/programs.m4      Sat Mar 16 13:11:53 2002
33 @@ -258,7 +258,7 @@
34  
35  # Check for gawk first since it's generally better.
36  AC_DEFUN([AC_PROG_AWK],
37 -[AC_CHECK_PROGS(AWK, gawk mawk nawk awk, )])
38 +[AC_CHECK_PROGS(AWK, mawk gawk nawk awk, )])
39  
40  
41  # AC_PROG_INSTALL
This page took 0.030665 seconds and 3 git commands to generate.