From e5f41db8b601206d5b928d30f451ba1310d0fc9a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 23 Jan 2009 16:13:00 -0800 Subject: Explain problem with po/Makefile.in.in. --- TODO | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index c884c2c1..b136d248 100644 --- a/TODO +++ b/TODO @@ -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 -- cgit v1.2.3