]> git.pld-linux.org Git - packages/autoconf.git/commitdiff
- fix: look on gawk before mawk on ./configure.
authorkloczek <kloczek@pld-linux.org>
Mon, 26 Apr 1999 18:10:56 +0000 (18:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autoconf-mawk.patch -> 1.1

autoconf-mawk.patch [new file with mode: 0644]

diff --git a/autoconf-mawk.patch b/autoconf-mawk.patch
new file mode 100644 (file)
index 0000000..14ef5e2
--- /dev/null
@@ -0,0 +1,41 @@
+--- autoconf-2.13/configure.mawk       Tue Jan  5 08:28:57 1999
++++ autoconf-2.13/configure    Sun Mar 21 16:58:01 1999
+@@ -583,7 +583,7 @@
+ done
+ test -n "$M4" || M4="m4"
+-for ac_prog in mawk gawk nawk awk
++for ac_prog in gawk mawk nawk awk
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
+--- autoconf-2.13/acspecific.m4.mawk   Tue Jan  5 08:27:52 1999
++++ autoconf-2.13/acspecific.m4        Sun Mar 21 16:58:56 1999
+@@ -479,9 +479,9 @@
+ AC_DEFUN(AC_PROG_RANLIB,
+ [AC_CHECK_PROG(RANLIB, ranlib, ranlib, :)])
+-dnl Check for mawk first since it's generally faster.
++dnl Don't check for mawk first even if it's generally faster.
+ AC_DEFUN(AC_PROG_AWK,
+-[AC_CHECK_PROGS(AWK, mawk gawk nawk awk, )])
++[AC_CHECK_PROGS(AWK, gawk mawk nawk awk, )])
+ AC_DEFUN(AC_PROG_YACC,
+ [AC_CHECK_PROGS(YACC, 'bison -y' byacc, yacc)])
+--- autoconf-2.13/autoconf.texi.mawk   Tue Jan  5 08:28:37 1999
++++ autoconf-2.13/autoconf.texi        Sun Mar 21 16:59:42 1999
+@@ -1535,10 +1535,10 @@
+ @defmac AC_PROG_AWK
+ @maindex PROG_AWK
+ @ovindex AWK
+-Check for @code{mawk}, @code{gawk}, @code{nawk}, and @code{awk}, in that
++Check for @code{gawk}, @code{mawk}, @code{nawk}, and @code{awk}, in that
+ order, and set output variable @code{AWK} to the first one that it
+-finds.  It tries @code{mawk} first because that is reported to be the
+-fastest implementation.
++finds.  It tries @code{gawk} first because that is reported to be the
++best implementation.
+ @end defmac
+ @defmac AC_PROG_CC
This page took 0.046154 seconds and 4 git commands to generate.