diff options
author | Sergey Poznyakoff <gray@gnu.org.ua> | 2009-09-15 10:40:29 +0300 |
---|---|---|
committer | Sergey Poznyakoff <gray@gnu.org.ua> | 2009-09-15 10:40:54 +0300 |
commit | 989a5bbb74c3620abaa2191ce2c4f8d5968dbf0a (patch) | |
tree | c0b2324a523905c3c17201cc2468c9078976fc74 /bootstrap.conf | |
parent | dbad35177723e19147ab49b59a3728e00fe05875 (diff) | |
download | pies-989a5bbb74c3620abaa2191ce2c4f8d5968dbf0a.tar.gz pies-989a5bbb74c3620abaa2191ce2c4f8d5968dbf0a.tar.bz2 |
Branch off from the Mailfromd project into a separate repository.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r-- | bootstrap.conf | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index f7188de..ff05127 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -1,7 +1,7 @@ -# Bootstrap configuration for Mailfromd. +# Bootstrap configuration for Pies. # Copyright (C) 2008, 2009 Sergey Poznyakoff # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3, or (at your option) # any later version. @@ -25,20 +25,13 @@ if [ -n "$MODAVOID" ]; then fi # gnulib modules used by this package. gnulib_modules=`grep '^[^#]' gnulib.modules` NLS_MARKERS="\ - MF_THROW:2\ - MF_ASSERT:3\ - parse_error:1\ - parse_error_locus:2\ - mu_error:1\ - gacopyz_io_log:3\ - gacopyz_logmsg:2\ - gacopyz_log:3" + mu_error:1" # Additional xgettext options to use. Use "\\\newline" to break lines. if [ -n "$NLS_MARKERS" ]; then XGETTEXT_OPTIONS="$XGETTEXT_OPTIONS "`echo $NLS_MARKERS | tr ' ' '\n' | sed 's/.*/ --flag=&:pass-c-format\\\\\\\\\\\\/'`" " @@ -50,13 +43,13 @@ extract_bug_address=' s/[][]//g s/.*=//p } ' COPYRIGHT_HOLDER="Sergey Poznyakoff" -MSGID_BUGS_ADDRESS=`m4 -D'AC_INIT=AC-INIT-BUG-ADDRESS=$3' configure.ac | sed -n "$extract_bug_address"` +MSGID_BUGS_ADDRESS=`echo 'changequote([,])' | m4 -D'AC_INIT=AC-INIT-BUG-ADDRESS=$3' - configure.ac | sed -n "$extract_bug_address"` if test -z "$MSGID_BUGS_ADDRESS"; then MSGID_BUGS_ADDRESS="bug-${package}@gnu.org.ua" fi # Read local configuration file if [ -r .bootstrap ]; then |