I will be committing this. Somehow, the recent gnulib-tool caching changes exposed it (the missing dependency is real; I'm not sure why the old gnulib- tool imported obstack-printf, but the current version is correct in avoiding it without this patch).
From: Eric Blake <e...@byu.net> Date: Mon, 8 Feb 2010 10:01:09 -0700 Subject: [PATCH] obstack-printf-posix: fix dependency * modules/obstack-printf-posix (Depends-on): Add obstack-printf. Signed-off-by: Eric Blake <e...@byu.net> --- ChangeLog | 5 +++++ modules/obstack-printf-posix | 2 +- 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index c322b69..812b7fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-02-08 Eric Blake <e...@byu.net> + + obstack-printf-posix: fix dependency + * modules/obstack-printf-posix (Depends-on): Add obstack-printf. + 2009-11-17 Eric Blake <e...@byu.net> manywarnings: add more warnings diff --git a/modules/obstack-printf-posix b/modules/obstack-printf-posix index eb7bef5..afe8221 100644 --- a/modules/obstack-printf-posix +++ b/modules/obstack-printf-posix @@ -7,7 +7,7 @@ m4/obstack-printf-posix.m4 lib/obstack_printf.c Depends-on: -obstack +obstack-printf stdio vasnprintf-posix extensions -- 1.6.6.1