]> git.pld-linux.org Git - packages/autoconf.git/blame - autoconf-mawk.patch
- localstatedir='/var/lib'.
[packages/autoconf.git] / autoconf-mawk.patch
CommitLineData
0d4c3a05
SZ
1diff -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
e19d3e39 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.
0d4c3a05 9+dnl Check for awk first since it's generally the one we would like to use :)
e19d3e39 10 AC_DEFUN(AC_PROG_AWK,
11-[AC_CHECK_PROGS(AWK, mawk gawk nawk awk, )])
0d4c3a05 12+[AC_CHECK_PROGS(AWK, awk mawk gawk nawk, )])
e19d3e39 13
14 AC_DEFUN(AC_PROG_YACC,
15 [AC_CHECK_PROGS(YACC, 'bison -y' byacc, yacc)])
0d4c3a05
SZ
16diff -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 @@
e19d3e39 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
0d4c3a05 24+Check for @code{awk}, @code{mawk}, @code{gawk}, and @code{nawk}, in that
e19d3e39 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.
0d4c3a05
SZ
28+finds. It tries @code{awk} first because that is reported to be the
29+implementation that our system usually runs.
e19d3e39 30 @end defmac
31
32 @defmac AC_PROG_CC
0d4c3a05
SZ
33diff -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 1.086008 seconds and 4 git commands to generate.