This is pretty self-explicative; it lets the package maintainer override
MSGID_BUGS_ADDRESS in bootstrap.conf. Ok?
Paolo
2007-01-16 Paolo Bonzini <[EMAIL PROTECTED]>
* build-aux/bootstrap (MSGID_BUGS_ADDRESS): New variable. Use
it in creating po/Makevars.
diff --git a/build-aux/bootstrap b/build-aux/bootstrap
index 36940b4..a440b16 100755
--- a/build-aux/bootstrap
+++ b/build-aux/bootstrap
@@ -121,6 +121,9 @@ XGETTEXT_OPTIONS='\\\
--flag=error:3:c-format --flag=error_at_line:5:c-format\\\
'
+# Package bug report address for gettext files
[EMAIL PROTECTED]
+
# Files we don't want to import.
excluded_files=
@@ -572,7 +575,7 @@ if test $with_gettext = yes; then
rm -f po/Makevars
sed '
/^EXTRA_LOCALE_CATEGORIES *=/s/=.*/= '"$EXTRA_LOCALE_CATEGORIES"'/
- /^MSGID_BUGS_ADDRESS *=/s/=.*/= bug-'"$package"'@gnu.org/
+ /^MSGID_BUGS_ADDRESS *=/s/=.*/= '"$MSGID_BUGS_ADDRESS"'/
/^XGETTEXT_OPTIONS *=/{
s/$/ \\/
a\