autoconf-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Autoconf source repository branch, master, updated. v2.67-42-g


From: Paul Eggert
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.67-42-g838bdfa
Date: Mon, 30 Aug 2010 03:21:34 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=838bdfa56d79bd1cee7d489bdfd78771524c14f9

The branch, master has been updated
       via  838bdfa56d79bd1cee7d489bdfd78771524c14f9 (commit)
      from  79fc9707ae20b5a98b11419444923afca651179f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 838bdfa56d79bd1cee7d489bdfd78771524c14f9
Author: Paul Eggert <address@hidden>
Date:   Sun Aug 29 20:21:01 2010 -0700

    AC_PROG_YACC: fix comment re what "yacc" stands for
    
    * lib/autoconf/programs.m4 (AC_PROG_YACC): YACC stands for
    "Yet Another Compiler Compiler", not "Yet Another C Compiler".
    Problem reported by Chris Long in
    <http://lists.gnu.org/archive/html/bug-autoconf/2010-08/msg00134.html>.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                |    8 ++++++++
 lib/autoconf/programs.m4 |    4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6accc2f..8ddf026 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-08-29  Paul Eggert  <address@hidden>
+
+       AC_PROG_YACC: fix comment re what "yacc" stands for
+       * lib/autoconf/programs.m4 (AC_PROG_YACC): YACC stands for
+       "Yet Another Compiler Compiler", not "Yet Another C Compiler".
+       Problem reported by Chris Long in
+       <http://lists.gnu.org/archive/html/bug-autoconf/2010-08/msg00134.html>.
+
 2010-08-27  Ralf Wildenhues  <address@hidden>
 
        Avoid long lines in testsuite script.
diff --git a/lib/autoconf/programs.m4 b/lib/autoconf/programs.m4
index e7eeb6f..c90d9b2 100644
--- a/lib/autoconf/programs.m4
+++ b/lib/autoconf/programs.m4
@@ -895,8 +895,8 @@ AN_PROGRAM([bison], [AC_PROG_YACC])
 AC_DEFUN([AC_PROG_YACC],
 [AC_CHECK_PROGS(YACC, 'bison -y' byacc, yacc)dnl
 AC_ARG_VAR(YACC,
-[The `Yet Another C Compiler' implementation to use.  Defaults to the first
-program found out of: `bison -y', `byacc', `yacc'.])dnl
+[The `Yet Another Compiler Compiler' implementation to use.  Defaults to
+the first program found out of: `bison -y', `byacc', `yacc'.])dnl
 AC_ARG_VAR(YFLAGS,
 [The list of arguments that will be passed by default to $YACC.  This script
 will default YFLAGS to the empty string to avoid a default value of `-d' given


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

[Prev in Thread] Current Thread [Next in Thread]