From 2f41c1d60b2435f9feb5105632eacd0b4ec57c28 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Tue, 21 Aug 2007 15:35:30 +0000 Subject: configure.ac: Add --with-pkgversion and --with-bugurl. gcc: 2007-08-21 Paul Brook Nathan Sidwell Mark Mitchell Joseph Myers * configure.ac: Add --with-pkgversion and --with-bugurl. * configure: Regenerate. * doc/install.texi: Document them. * version.c (version_string): Remove VERSUFFIX. (VERSUFFIX): Remove. (pkgversion_string): New. (bug_report_url): Do not hard-code initializer. * version.h (pkgversion_string): Declare. * Makefile.in (PKGVERSION_s, BUGURL_s, PKGVERSION, BUGURL_TEXI): Define. (version.o): Define PKGVERSION and BUGURL. (gcc-vers.texi): Define VERSION_PACKAGE and BUGURL. (%.pod): Define BUGURL. * gcc.c (process_command, main): Use pkgversion_string. * toplev.c (compile_file, print_version): Likewise. * protoize.c (main): Likewise. * gcov.c (print_version): Likewise. Update copyright date. * gcov-dump.c (print_version): Likewise. Update copyright date. * mips-tdump.c (main): Likewise. Update copyright date. * mips-tfile.c (main): Likewise. Update copyright date. * doc/include/gcc-common.texi: Include VERSION_PACKAGE as subtitle. * doc/bugreport.texi: Use BUGURL for bug-reporting instructions; shorten description. * doc/gcc.texi: Include VERSION_PACKAGE in version description. * doc/gccint.texi: Likewise. * doc/invoke.texi: Use BUGURL for bug-reporting instructions. Update copyright date. gcc/fortran: 2007-08-21 Paul Brook Nathan Sidwell Mark Mitchell Joseph Myers * gfortranspec.c (lang_specific_driver): Use pkgversion_string. * Make-lang.in (gfortran.pod): Define BUGURL. * invoke.texi: Use BUGURL for bug-reporting instructions. gcc/java: 2007-08-21 Paul Brook Nathan Sidwell Mark Mitchell Joseph Myers * jcf-dump.c (version): Use pkgversion_string. Update copyright date. gcc/treelang: 2007-08-21 Paul Brook Nathan Sidwell Mark Mitchell Joseph Myers * tree1.c (treelang_handle_option): Use pkgversion_string. * treelang.texi (which-treelang): Define to use VERSION_PACKAGE. maintainer-scripts: 2007-08-21 Paul Brook Nathan Sidwell Mark Mitchell Joseph Myers * gcc_release: Do not include copies of bugs.html in releases. * update_web_docs_svn: Set VERSION_PACKAGE and BUGURL in gcc-vers.texi. Co-Authored-By: Joseph Myers Co-Authored-By: Mark Mitchell Co-Authored-By: Nathan Sidwell From-SVN: r127667 --- gcc/doc/include/gcc-common.texi | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'gcc/doc/include') diff --git a/gcc/doc/include/gcc-common.texi b/gcc/doc/include/gcc-common.texi index bd44b3c..f06eb1f 100644 --- a/gcc/doc/include/gcc-common.texi +++ b/gcc/doc/include/gcc-common.texi @@ -1,4 +1,5 @@ -@c Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +@c Copyright (C) 2001, 2002, 2003, 2004, 2005, +@c 2007 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. @@ -63,6 +64,10 @@ @ifset DEVELOPMENT @subtitle For @sc{gcc} version @value{version-GCC} (pre-release) @end ifset +@ifset VERSION_PACKAGE +@sp 1 +@subtitle @value{VERSION_PACKAGE} +@end ifset @c Even if there are no authors, the second titlepage line should be @c forced to the bottom of the page. @vskip 0pt plus 1filll -- cgit v1.1