]> git.pld-linux.org Git - packages/autoconf.git/blame - autoconf-mawk.patch
This commit was manufactured by cvs2git to create branch 'DEVEL'.
[packages/autoconf.git] / autoconf-mawk.patch
CommitLineData
54039650
AF
1--- autoconf-2.50c/doc/autoconf.texi.wiget Sat Jul 14 18:10:11 2001
2+++ autoconf-2.50c/doc/autoconf.texi Mon Jul 16 13:53:46 2001
3@@ -2883,10 +2883,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
54039650
AF
17--- autoconf-2.50c/acspecific.m4.wiget Fri Jun 15 19:46:01 2001
18+++ autoconf-2.50c/acspecific.m4 Mon Jul 16 13:53:46 2001
3d3b08d7
AF
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
54039650
AF
31--- autoconf-2.50c/configure.wiget Thu Jul 12 14:46:00 2001
32+++ autoconf-2.50c/configure Mon Jul 16 13:55:40 2001
33@@ -1215,7 +1215,7 @@
3d3b08d7
AF
34 # a AC-SUBST inside AC-PROG-GNU-M4. Grmph!
35
54039650 36 # `autoconf' and `ifnames' use AWK. And we need decent RE support.
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.034126 seconds and 4 git commands to generate.