bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

overridable MSGID_BUGS_ADDRESS


From: Paolo Bonzini
Subject: overridable MSGID_BUGS_ADDRESS
Date: Wed, 16 Jan 2008 09:03:03 +0100
User-agent: Thunderbird 2.0.0.9 (Macintosh/20071031)

This is pretty self-explicative; it lets the package maintainer override MSGID_BUGS_ADDRESS in bootstrap.conf. Ok?

Paolo
2007-01-16  Paolo Bonzini  <address@hidden>

        * 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
address@hidden
+
 # 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\

reply via email to

[Prev in Thread] Current Thread [Next in Thread]