]> git.pld-linux.org Git - packages/autoconf.git/blame - autoconf-mawk.patch
- release 1: final cleanups.
[packages/autoconf.git] / autoconf-mawk.patch
CommitLineData
3d3b08d7
AF
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 @@
e19d3e39 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
0d4c3a05 8+Check for @code{awk}, @code{mawk}, @code{gawk}, and @code{nawk}, in that
3d3b08d7
AF
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
e19d3e39 11-fastest implementation.
3d3b08d7 12+It tries @code{awk} first because that is reported to be the
0d4c3a05 13+implementation that our system usually runs.
e19d3e39 14 @end defmac
15
0d4c3a05 16
3d3b08d7
AF
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.
0d4c3a05 37-for ac_prog in mawk gawk nawk awk
3d3b08d7 38+for ac_prog in awk mawk gawk nawk
0d4c3a05 39 do
3d3b08d7 40 # Extract the first word of "$ac_prog", so it can be a program name with args.
0d4c3a05 41 set dummy $ac_prog; ac_word=$2
This page took 0.031164 seconds and 4 git commands to generate.