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 | Print .strtab, .dynstr, and .comment for -a option of readelf. (diff) | |
download | elfutils-e5f41db8b601206d5b928d30f451ba1310d0fc9a.tar.gz elfutils-e5f41db8b601206d5b928d30f451ba1310d0fc9a.tar.bz2 elfutils-e5f41db8b601206d5b928d30f451ba1310d0fc9a.tar.xz |
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 @@ | |||
1 | ToDo list for elfutils -*-outline-*- | 1 | ToDo list for elfutils -*-outline-*- |
2 | ---------------------- | 2 | ---------------------- |
3 | 3 | ||
4 | Time-stamp: <2009-01-16 20:55:06 drepper> | 4 | Time-stamp: <2009-01-23 12:04:54 drepper> |
5 | 5 | ||
6 | * mkinstalldirs | 6 | * mkinstalldirs |
7 | 7 | ||
8 | Remove everywhere. Use mkdir -p. | 8 | Remove everywhere. Use mkdir -p. |
9 | 9 | ||
10 | * po/Makefile.in.in | ||
11 | |||
12 | We need to tell xgettext about a few special functions. At least needed: | ||
13 | |||
14 | --flag=error:3:c-format --flag=argp_error:2:c-format | ||
15 | |||
16 | How do we pass these options without modifying po/Makefile.in.in? The | ||
17 | xgettext invocation uses XGETTEXT_OPTIONS which isn't defined. So the | ||
18 | toplevel makefile could potentially define this variable. | ||
19 | |||
10 | * libelf: | 20 | * libelf: |
11 | 21 | ||
12 | ** verify section | 22 | ** verify section |