[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] bootstrap: add to XGETTEXT_OPTIONS
From: |
Jim Meyering |
Subject: |
[PATCH] bootstrap: add to XGETTEXT_OPTIONS |
Date: |
Sat, 07 Mar 2009 18:24:17 +0100 |
I saw a warning go by from bootstrap about this.
>From 85507b24f9531b20c339acbf6c215c84e74b6860 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Sat, 7 Mar 2009 16:20:55 +0100
Subject: [PATCH] bootstrap: add to XGETTEXT_OPTIONS
* bootstrap.conf (XGETTEXT_OPTIONS): Add c-format --flag options
for verror and verror_at_line; alphabetize.
---
bootstrap.conf | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/bootstrap.conf b/bootstrap.conf
index 446d611..e61e241 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -122,17 +122,19 @@ EXTRA_LOCALE_CATEGORIES=LC_TIME
# Additional xgettext options to use. Use "\\\newline" to break lines.
XGETTEXT_OPTIONS=$XGETTEXT_OPTIONS'\\\
- --from-code=UTF-8\\\
- --flag=asprintf:2:c-format\\\
--flag=asnprintf:3:c-format\\\
+ --flag=asprintf:2:c-format\\\
--flag=error:3:c-format\\\
--flag=error_at_line:5:c-format\\\
- --flag=vasprintf:2:c-format\\\
--flag=vasnprintf:3:c-format\\\
+ --flag=vasprintf:2:c-format\\\
+ --flag=verror:3:c-format\\\
+ --flag=verror_at_line:5:c-format\\\
--flag=wrapf:1:c-format\\\
--flag=xasprintf:1:c-format\\\
--flag=xfprintf:2:c-format\\\
--flag=xprintf:1:c-format\\\
+ --from-code=UTF-8\\\
'
# Append these, since we use the propername module.
--
1.6.2.rc1.285.gc5f54
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] bootstrap: add to XGETTEXT_OPTIONS,
Jim Meyering <=