]> git.pld-linux.org Git - packages/autoconf.git/blob - autoconf-mawk.patch
- spec adapterized.
[packages/autoconf.git] / autoconf-mawk.patch
1 --- autoconf-2.50/doc/autoconf.texi.mawk        Tue May 22 15:33:52 2001
2 +++ autoconf-2.50/doc/autoconf.texi     Tue May 22 15:36:55 2001
3 @@ -2833,10 +2833,10 @@
4  @defmac AC_PROG_AWK
5  @maindex PROG_AWK
6  @ovindex AWK
7 -Check for @code{mawk}, @code{gawk}, @code{nawk}, and @code{awk}, in that
8 +Check for @code{awk}, @code{mawk}, @code{gawk}, and @code{nawk}, in that
9  order, and set output variable @code{AWK} to the first one that is found.
10 -It tries @code{mawk} first because that is reported to be the
11 -fastest implementation.
12 +It tries @code{awk} first because that is reported to be the
13 +implementation that our system usually runs.
14  @end defmac
15  
16  
17 --- autoconf-2.50/acspecific.m4.mawk    Tue May 22 15:33:36 2001
18 +++ autoconf-2.50/acspecific.m4 Tue May 22 15:35:43 2001
19 @@ -113,9 +113,9 @@
20  [AC_CHECK_TOOL(RANLIB, ranlib, :)])
21  
22  
23 -# Check for mawk first since it's generally faster.
24 +# Check for awk first since it's generally the one we would like to use :)
25  AC_DEFUN([AC_PROG_AWK],
26 -[AC_CHECK_PROGS(AWK, mawk gawk nawk awk, )])
27 +[AC_CHECK_PROGS(AWK, awk mawk gawk nawk, )])
28  
29  
30  # AC_PROG_YACC
31 --- autoconf-2.50/configure.mawk        Tue May 22 15:34:06 2001
32 +++ autoconf-2.50/configure     Tue May 22 15:34:47 2001
33 @@ -1267,7 +1267,7 @@
34  # a AC-SUBST inside AC-PROG-GNU-M4.  Grmph!
35  
36  # `autoconf' and `ifnames' use AWK.
37 -for ac_prog in mawk gawk nawk awk
38 +for ac_prog in awk mawk gawk nawk
39  do
40    # Extract the first word of "$ac_prog", so it can be a program name with args.
41  set dummy $ac_prog; ac_word=$2
This page took 0.090659 seconds and 3 git commands to generate.