]> git.pld-linux.org Git - packages/autoconf2_13.git/blob - autoconf2_13-mawk.patch
- adjusted info patch: let direntry point to renamed info file
[packages/autoconf2_13.git] / autoconf2_13-mawk.patch
1 diff -Naur autoconf-2.13/acspecific.m4 autoconf-2.13-p/acspecific.m4
2 --- autoconf-2.13/acspecific.m4 Tue Jan  5 14:27:52 1999
3 +++ autoconf-2.13-p/acspecific.m4       Mon Jul  3 01:00:39 2000
4 @@ -479,9 +479,9 @@
5  AC_DEFUN(AC_PROG_RANLIB,
6  [AC_CHECK_PROG(RANLIB, ranlib, ranlib, :)])
7  
8 -dnl Check for mawk first since it's generally faster.
9 +dnl Check for awk first since it's generally the one we would like to use :)
10  AC_DEFUN(AC_PROG_AWK,
11 -[AC_CHECK_PROGS(AWK, mawk gawk nawk awk, )])
12 +[AC_CHECK_PROGS(AWK, awk mawk gawk nawk, )])
13  
14  AC_DEFUN(AC_PROG_YACC,
15  [AC_CHECK_PROGS(YACC, 'bison -y' byacc, yacc)])
16 diff -Naur autoconf-2.13/autoconf.texi autoconf-2.13-p/autoconf.texi
17 --- autoconf-2.13/autoconf.texi Mon Jul  3 00:57:52 2000
18 +++ autoconf-2.13-p/autoconf.texi       Mon Jul  3 01:03:19 2000
19 @@ -1537,10 +1537,10 @@
20  @defmac AC_PROG_AWK
21  @maindex PROG_AWK
22  @ovindex AWK
23 -Check for @code{mawk}, @code{gawk}, @code{nawk}, and @code{awk}, in that
24 +Check for @code{awk}, @code{mawk}, @code{gawk}, and @code{nawk}, in that
25  order, and set output variable @code{AWK} to the first one that it
26 -finds.  It tries @code{mawk} first because that is reported to be the
27 -fastest implementation.
28 +finds.  It tries @code{awk} first because that is reported to be the
29 +implementation that our system usually runs.
30  @end defmac
31  
32  @defmac AC_PROG_CC
33 diff -Naur autoconf-2.13/configure autoconf-2.13-p/configure
34 --- autoconf-2.13/configure     Tue Jan  5 14:28:57 1999
35 +++ autoconf-2.13-p/configure   Mon Jul  3 00:59:42 2000
36 @@ -583,7 +583,7 @@
37  done
38  test -n "$M4" || M4="m4"
39  
40 -for ac_prog in mawk gawk nawk awk
41 +for ac_prog in awk
42  do
43  # Extract the first word of "$ac_prog", so it can be a program name with args.
44  set dummy $ac_prog; ac_word=$2
This page took 0.060195 seconds and 3 git commands to generate.