From cf2a5f7c47bb07bb377525759e70f70ced40e3f6 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 13 Oct 2006 04:09:14 +0000 Subject: [PATCH] * configure.ac: Use AC_PROG_CC_STDC; this is more modern than the old AC_PROG_CC / AM_PROG_CC_STDC combination. * doc/bison.1: Add copyright notice. * data/glr.c: Don't include ; not used. --- ChangeLog | 7 +++++++ configure.ac | 3 +-- data/glr.c | 1 - doc/bison.1 | 6 ++++++ 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0737aab6..30f44797 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2006-10-12 Paul Eggert + * configure.ac: Use AC_PROG_CC_STDC; this is more modern than + the old AC_PROG_CC / AM_PROG_CC_STDC combination. + + * doc/bison.1: Add copyright notice. + + * data/glr.c: Don't include ; not used. + * NEWS: The -g and --graph options now output graphs in Graphviz DOT format, not VCG format. * doc/bison.1: Likewise. diff --git a/configure.ac b/configure.ac index 79dff3ac..52241669 100644 --- a/configure.ac +++ b/configure.ac @@ -30,8 +30,7 @@ AM_INIT_AUTOMAKE([1.8 check-news readme-alpha dist-bzip2]) AC_CONFIG_HEADERS([lib/config.h:lib/config.hin]) # Checks for the compiler. -AC_PROG_CC -AM_PROG_CC_STDC +AC_PROG_CC_STDC # Gnulib (early checks). gl_EARLY diff --git a/data/glr.c b/data/glr.c index 49137c1a..92c5a626 100644 --- a/data/glr.c +++ b/data/glr.c @@ -241,7 +241,6 @@ static YYSTYPE yyval_default; #include #include #include -#include #ifndef YY_ # if YYENABLE_NLS diff --git a/doc/bison.1 b/doc/bison.1 index c36fbc30..9397ec28 100644 --- a/doc/bison.1 +++ b/doc/bison.1 @@ -367,3 +367,9 @@ in the source distribution. .SH DIAGNOSTICS Self explanatory. +.SH COPYRIGHT +Copyright \(co 2006 Free Software Foundation, Inc. +.br +This is free software. You may redistribute copies of it under the terms of +the GNU General Public License . +There is NO WARRANTY, to the extent permitted by law. -- 2.45.2