]> git.pld-linux.org Git - packages/autoconf.git/commitdiff
- updated to use /bin/awk first...
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Sun, 2 Jul 2000 23:06:30 +0000 (23:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autoconf-mawk.patch -> 1.2

autoconf-mawk.patch

index 14ef5e2310164526d0fa04827afda480471810de..963fc96a9185e9523a96b7ac53c955e911daa2f5 100644 (file)
@@ -1,41 +1,44 @@
---- 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
+diff -Naur autoconf-2.13/acspecific.m4 autoconf-2.13-p/acspecific.m4
+--- autoconf-2.13/acspecific.m4        Tue Jan  5 14:27:52 1999
++++ autoconf-2.13-p/acspecific.m4      Mon Jul  3 01:00:39 2000
 @@ -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.
++dnl Check for awk first since it's generally the one we would like to use :)
  AC_DEFUN(AC_PROG_AWK,
 -[AC_CHECK_PROGS(AWK, mawk gawk nawk awk, )])
-+[AC_CHECK_PROGS(AWK, gawk mawk nawk awk, )])
++[AC_CHECK_PROGS(AWK, awk mawk gawk nawk, )])
  
  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 @@
+diff -Naur autoconf-2.13/autoconf.texi autoconf-2.13-p/autoconf.texi
+--- autoconf-2.13/autoconf.texi        Mon Jul  3 00:57:52 2000
++++ autoconf-2.13-p/autoconf.texi      Mon Jul  3 01:03:19 2000
+@@ -1537,10 +1537,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
++Check for @code{awk}, @code{mawk}, @code{gawk}, and @code{nawk}, 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.
++finds.  It tries @code{awk} first because that is reported to be the
++implementation that our system usually runs.
  @end defmac
  
  @defmac AC_PROG_CC
+diff -Naur autoconf-2.13/configure autoconf-2.13-p/configure
+--- autoconf-2.13/configure    Tue Jan  5 14:28:57 1999
++++ autoconf-2.13-p/configure  Mon Jul  3 00:59:42 2000
+@@ -583,7 +583,7 @@
+ done
+ test -n "$M4" || M4="m4"
+-for ac_prog in mawk gawk nawk awk
++for ac_prog in 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
This page took 0.03652 seconds and 4 git commands to generate.