aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-09-15 10:40:29 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-09-15 10:40:54 +0300
commit989a5bbb74c3620abaa2191ce2c4f8d5968dbf0a (patch)
treec0b2324a523905c3c17201cc2468c9078976fc74 /bootstrap.conf
parentdbad35177723e19147ab49b59a3728e00fe05875 (diff)
downloadpies-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.conf13
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,4 +1,4 @@
1# Bootstrap configuration for Mailfromd. 1# Bootstrap configuration for Pies.
2# Copyright (C) 2008, 2009 Sergey Poznyakoff 2# Copyright (C) 2008, 2009 Sergey Poznyakoff
3# 3#
4# This program is free software; you can redistribute it and/or modify 4# This program is free software; you can redistribute it and/or modify
@@ -28,14 +28,7 @@ fi
28gnulib_modules=`grep '^[^#]' gnulib.modules` 28gnulib_modules=`grep '^[^#]' gnulib.modules`
29 29
30NLS_MARKERS="\ 30NLS_MARKERS="\
31 MF_THROW:2\ 31 mu_error:1"
32 MF_ASSERT:3\
33 parse_error:1\
34 parse_error_locus:2\
35 mu_error:1\
36 gacopyz_io_log:3\
37 gacopyz_logmsg:2\
38 gacopyz_log:3"
39 32
40 33
41# Additional xgettext options to use. Use "\\\newline" to break lines. 34# Additional xgettext options to use. Use "\\\newline" to break lines.
@@ -53,7 +46,7 @@ extract_bug_address='
53' 46'
54 47
55COPYRIGHT_HOLDER="Sergey Poznyakoff" 48COPYRIGHT_HOLDER="Sergey Poznyakoff"
56MSGID_BUGS_ADDRESS=`m4 -D'AC_INIT=AC-INIT-BUG-ADDRESS=$3' configure.ac | sed -n "$extract_bug_address"` 49MSGID_BUGS_ADDRESS=`echo 'changequote([,])' | m4 -D'AC_INIT=AC-INIT-BUG-ADDRESS=$3' - configure.ac | sed -n "$extract_bug_address"`
57if test -z "$MSGID_BUGS_ADDRESS"; then 50if test -z "$MSGID_BUGS_ADDRESS"; then
58 MSGID_BUGS_ADDRESS="bug-${package}@gnu.org.ua" 51 MSGID_BUGS_ADDRESS="bug-${package}@gnu.org.ua"
59fi 52fi

Return to:

Send suggestions and report system problems to the System administrator.