]> git.pld-linux.org Git - packages/autoconf.git/blame - autoconf-mawk.patch
- obsolete
[packages/autoconf.git] / autoconf-mawk.patch
CommitLineData
8b0f80ae 1diff -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
4d47da1a 9+for ac_prog in mawk gawk nawk awk
8b0f80ae 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
13diff -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 @@
e19d3e39 17 @defmac AC_PROG_AWK
8b0f80ae 18 @acindex PROG_AWK
e19d3e39 19 @ovindex AWK
8b0f80ae 20-Check for @code{gawk}, @code{mawk}, @code{nawk}, and @code{awk}, in that
4d47da1a 21+Check for @code{mawk}, @code{gawk}, @code{nawk}, and @code{awk}, in that
3d3b08d7 22 order, and set output variable @code{AWK} to the first one that is found.
8b0f80ae 23-It tries @code{gawk} first because that is reported to be the
24-best implementation.
4d47da1a 25+It tries @code{mawk} first because that is reported to be the
0d4c3a05 26+implementation that our system usually runs.
e19d3e39 27 @end defmac
28
0d4c3a05 29
8b0f80ae 30diff -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 @@
3d3b08d7 34
8b0f80ae 35 # Check for gawk first since it's generally better.
3d3b08d7 36 AC_DEFUN([AC_PROG_AWK],
8b0f80ae 37-[AC_CHECK_PROGS(AWK, gawk mawk nawk awk, )])
4d47da1a 38+[AC_CHECK_PROGS(AWK, mawk gawk nawk awk, )])
3d3b08d7
AF
39
40
8b0f80ae 41 # AC_PROG_INSTALL
This page took 0.111412 seconds and 4 git commands to generate.