The attached patch adds two configure option to allow one to add extra version information and bug reporting URL at configure time, without changing code. OK? - Volodya 2006-07-14 Vladimir Prus * configure.ac: Accept --with-versuffix and --with-bugurl. * configure: Regenerate. * Makefile.in: (VERSUFFIX_s, BUGURL_s): New. (GDB_FLAGS): Add -DVERSUFFIX and -DBUGURL. * top.c (print_gdb_version): Print VERSUFFIX and BUGURL.