configure.ac: Add --with-pkgversion and --with-bugurl.
gcc: 2007-08-21 Paul Brook <paul@codesourcery.com> Nathan Sidwell <nathan@codesourcery.com> Mark Mitchell <mark@codesourcery.com> Joseph Myers <joseph@codesourcery.com> * 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 <paul@codesourcery.com> Nathan Sidwell <nathan@codesourcery.com> Mark Mitchell <mark@codesourcery.com> Joseph Myers <joseph@codesourcery.com> * 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 <paul@codesourcery.com> Nathan Sidwell <nathan@codesourcery.com> Mark Mitchell <mark@codesourcery.com> Joseph Myers <joseph@codesourcery.com> * jcf-dump.c (version): Use pkgversion_string. Update copyright date. gcc/treelang: 2007-08-21 Paul Brook <paul@codesourcery.com> Nathan Sidwell <nathan@codesourcery.com> Mark Mitchell <mark@codesourcery.com> Joseph Myers <joseph@codesourcery.com> * tree1.c (treelang_handle_option): Use pkgversion_string. * treelang.texi (which-treelang): Define to use VERSION_PACKAGE. maintainer-scripts: 2007-08-21 Paul Brook <paul@codesourcery.com> Nathan Sidwell <nathan@codesourcery.com> Mark Mitchell <mark@codesourcery.com> Joseph Myers <joseph@codesourcery.com> * 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 <joseph@codesourcery.com> Co-Authored-By:
Mark Mitchell <mark@codesourcery.com> Co-Authored-By:
Nathan Sidwell <nathan@codesourcery.com> From-SVN: r127667
Showing
- gcc/ChangeLog 33 additions, 0 deletionsgcc/ChangeLog
- gcc/Makefile.in 12 additions, 2 deletionsgcc/Makefile.in
- gcc/configure 5347 additions, 5699 deletionsgcc/configure
- gcc/configure.ac 3 additions, 0 deletionsgcc/configure.ac
- gcc/doc/bugreport.texi 1 addition, 4 deletionsgcc/doc/bugreport.texi
- gcc/doc/gcc.texi 7 additions, 2 deletionsgcc/doc/gcc.texi
- gcc/doc/gccint.texi 7 additions, 3 deletionsgcc/doc/gccint.texi
- gcc/doc/include/gcc-common.texi 6 additions, 1 deletiongcc/doc/include/gcc-common.texi
- gcc/doc/install.texi 23 additions, 0 deletionsgcc/doc/install.texi
- gcc/doc/invoke.texi 3 additions, 2 deletionsgcc/doc/invoke.texi
- gcc/fortran/ChangeLog 9 additions, 0 deletionsgcc/fortran/ChangeLog
- gcc/fortran/Make-lang.in 2 additions, 1 deletiongcc/fortran/Make-lang.in
- gcc/fortran/gfortranspec.c 1 addition, 1 deletiongcc/fortran/gfortranspec.c
- gcc/fortran/invoke.texi 1 addition, 1 deletiongcc/fortran/invoke.texi
- gcc/gcc.c 5 additions, 4 deletionsgcc/gcc.c
- gcc/gcov-dump.c 2 additions, 2 deletionsgcc/gcov-dump.c
- gcc/gcov.c 2 additions, 2 deletionsgcc/gcov.c
- gcc/java/ChangeLog 8 additions, 0 deletionsgcc/java/ChangeLog
- gcc/java/jcf-dump.c 2 additions, 2 deletionsgcc/java/jcf-dump.c
- gcc/mips-tdump.c 2 additions, 2 deletionsgcc/mips-tdump.c
Loading
Please register or sign in to comment