diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-01-23 16:13:00 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-01-23 16:13:00 -0800 |
commit | e5f41db8b601206d5b928d30f451ba1310d0fc9a (patch) | |
tree | 8d3351befe553fe79ad5f01d9340fa0d3cf6faf9 /TODO | |
parent | d7285e190a2d84b4120f5230320124bfa517e1c7 (diff) | |
download | elfutils-e5f41db8b601206d5b928d30f451ba1310d0fc9a.tar.gz |
Explain problem with po/Makefile.in.in.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,12 +1,22 @@ ToDo list for elfutils -*-outline-*- ---------------------- -Time-stamp: <2009-01-16 20:55:06 drepper> +Time-stamp: <2009-01-23 12:04:54 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 |