From 96844f9b3559fde478588c22f91bbe2e67bde9f4 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Wed, 16 Jan 2008 17:52:21 +0100 Subject: [PATCH] * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable. Use it in creating po/Makevars. --- ChangeLog | 5 +++++ build-aux/bootstrap | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 411ea3c54..4674e0776 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-01-16 Paolo Bonzini + + * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable. + Use it in creating po/Makevars. + 2008-01-15 Simon Josefsson * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default. diff --git a/build-aux/bootstrap b/build-aux/bootstrap index 6b9d2a3ff..88bd79639 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 +MSGID_BUGS_ADDRESS=bug-$package@gnu.org + # 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\ -- 2.11.0