Handled adding argp_error to special functions for xgettext to take care of.
authorUlrich Drepper <drepper@redhat.com>
Sat, 24 Jan 2009 00:29:12 +0000 (16:29 -0800)
committerUlrich Drepper <drepper@redhat.com>
Sat, 24 Jan 2009 00:29:12 +0000 (16:29 -0800)
TODO
po/ChangeLog

diff --git a/TODO b/TODO
index b136d24..de4aa0f 100644 (file)
--- 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
index c5c0506..1e10320 100644 (file)
@@ -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>