summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-01-23 16:29:12 -0800
committerUlrich Drepper <drepper@redhat.com>2009-01-23 16:29:12 -0800
commit75894321627c15a9dc6c6f0c51dae8ba84802705 (patch)
treedae7166e6711f6d14f3e4d162098a89c0c29c6b1
parent093e948f5f62baaf24a47acb6822c930dece6b55 (diff)
downloadelfutils-75894321627c15a9dc6c6f0c51dae8ba84802705.tar.gz
Handled adding argp_error to special functions for xgettext to take care of.
-rw-r--r--TODO12
-rw-r--r--po/ChangeLog2
2 files changed, 3 insertions, 11 deletions
diff --git a/TODO b/TODO
index b136d248..de4aa0f1 100644
--- a/TODO
+++ b/TODO
@@ -1,22 +1,12 @@
ToDo list for elfutils -*-outline-*-
----------------------
-Time-stamp: <2009-01-23 12:04:54 drepper>
+Time-stamp: <2009-01-23 16:28:46 drepper>
* mkinstalldirs
Remove everywhere. Use mkdir -p.
-* po/Makefile.in.in
-
- We need to tell xgettext about a few special functions. At least needed:
-
- --flag=error:3:c-format --flag=argp_error:2:c-format
-
- How do we pass these options without modifying po/Makefile.in.in? The
- xgettext invocation uses XGETTEXT_OPTIONS which isn't defined. So the
- toplevel makefile could potentially define this variable.
-
* libelf:
** verify section
diff --git a/po/ChangeLog b/po/ChangeLog
index c5c05064..1e103201 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,5 +1,7 @@
2009-01-23 Ulrich Drepper <drepper@redhat.com>
+ * Makevars (XGETTEXT_OPTIONS): Add --flag option for argp_error.
+
* POTFILES.in: Add more files with translatable strings.
2007-06-05 Ulrich Drepper <drepper@redhat.com>