]> git.pld-linux.org Git - packages/autoconf.git/commitdiff
- updated for 2.65
authorshadzik <shadzik@pld-linux.org>
Sun, 21 Feb 2010 16:15:14 +0000 (16:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autoconf-mawk.patch -> 1.7

autoconf-mawk.patch

index dc67b1f8c269023ff501daaa981450ef95d95011..e79f88eb8466c17b8481271189b7f8ee24169b2a 100644 (file)
@@ -10,22 +10,6 @@ diff -Nur autoconf-2.53.orig/configure autoconf-2.53/configure
  do
    # Extract the first word of "$ac_prog", so it can be a program name with args.
  set dummy $ac_prog; ac_word=$2
-diff -Nur autoconf-2.53.orig/doc/autoconf.texi autoconf-2.53/doc/autoconf.texi
---- autoconf-2.53.orig/doc/autoconf.texi       Sat Mar 16 13:07:31 2002
-+++ autoconf-2.53/doc/autoconf.texi    Sat Mar 16 13:09:40 2002
-@@ -3012,10 +3012,10 @@
- @defmac AC_PROG_AWK
- @acindex PROG_AWK
- @ovindex AWK
--Check for @code{gawk}, @code{mawk}, @code{nawk}, and @code{awk}, in that
-+Check for @code{mawk}, @code{gawk}, @code{nawk}, and @code{awk}, in that
- order, and set output variable @code{AWK} to the first one that is found.
--It tries @code{gawk} first because that is reported to be the
--best implementation.
-+It tries @code{mawk} first because that is reported to be the
-+implementation that our system usually runs.
- @end defmac
  
 diff -Nur autoconf-2.53.orig/lib/autoconf/programs.m4 autoconf-2.53/lib/autoconf/programs.m4
 --- autoconf-2.53.orig/lib/autoconf/programs.m4        Mon Mar  4 15:34:20 2002
@@ -39,3 +23,19 @@ diff -Nur autoconf-2.53.orig/lib/autoconf/programs.m4 autoconf-2.53/lib/autoconf
  
  
  # AC_PROG_INSTALL
+--- autoconf-2.65/doc/autoconf.texi.orig       2009-11-05 03:42:15.000000000 +0100
++++ autoconf-2.65/doc/autoconf.texi    2010-02-21 17:00:33.323563596 +0100
+@@ -3870,10 +3870,10 @@
+ @acindex{PROG_AWK}
+ @ovindex AWK
+ @caindex prog_AWK
+-Check for @code{gawk}, @code{mawk}, @code{nawk}, and @code{awk}, in that
++Check for @code{mawk}, @code{gawk}, @code{nawk}, and @code{awk}, in that
+ order, and set output variable @code{AWK} to the first one that is found.
+-It tries @code{gawk} first because that is reported to be the
+-best implementation.  The result can be overridden by setting the
++It tries @code{mawk} first because that is reported to be the
++implementation that our system usually runs.  The result can be overridden by setting the
+ variable @code{AWK} or the cache variable @code{ac_cv_prog_AWK}.
+ @end defmac
This page took 0.031895 seconds and 4 git commands to generate.