From c16158bc9c346310d06db48674a3dfc3e241e8df Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 5 Jun 2008 22:36:57 +0000 Subject: 2008-06-05 Vladimir Prus Nathan Sidwell Joseph Myers * acinclude.m4: Include ../config/acx.m4. * configure.ac: Use ACX_PKGVERSION and ACX_BUGURL. * configure, config.in: Regenerate. * main.c (print_gdb_help): Use REPORT_BUGS_TO for bug-reporting address. * top.c (print_gdb_version): Use PKGVERSION and REPORT_BUGS_TO. doc: 2008-06-05 Vladimir Prus Nathan Sidwell Joseph Myers * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION and ACX_BUGURL. * configure: Regenerate. * Makefile.in (PKGVERSION, BUGURL_TEXI): Define. (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT. * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove mailing-list-specific text about bug reporting unless BUGURL_DEFAULT. gdbserver: 2008-06-05 Vladimir Prus Nathan Sidwell Joseph Myers * acinclude.m4: Include ../../config/acx.m4. * configure.ac: Use ACX_PKGVERSION and ACX_BUGURL. * configure, config.in: Regenerate. * Makefile.in (gdbreplay$(EXEEXT)): Add version.o. * server.c (gdbserver_version): Print PKGVERSION. (gdbsrever_usage): Add stream parameter. Print REPORT_BUGS_TO. (main): Adjust gdbserver_usage calls. * gdbreplay.c (version, host_name): Add declarations. (gdbreplay_version, gdbreplay_usage): New. (main): Accept --version and --help options. --- gdb/acinclude.m4 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gdb/acinclude.m4') diff --git a/gdb/acinclude.m4 b/gdb/acinclude.m4 index eed597c..f88d9be 100644 --- a/gdb/acinclude.m4 +++ b/gdb/acinclude.m4 @@ -20,6 +20,9 @@ sinclude(../config/lib-ld.m4) sinclude(../config/lib-prefix.m4) sinclude(../config/lib-link.m4) +dnl For ACX_PKGVERSION and ACX_BUGURL. +sinclude(../config/acx.m4) + # # Sometimes the native compiler is a bogus stub for gcc or /usr/ucb/cc. This # makes configure think it's cross compiling. If --target wasn't used, then -- cgit v1.1