Configurable source_base et al. in bootstrap

2008-02-08 Thread Sergey Poznyakoff
Hello, Some projects place gnulib sources into a directory named other than `lib'. Therefore, I propose the following changes (m4_base and others are added for the sake of completeness): diff --git a/build-aux/bootstrap b/build-aux/bootstrap index 6fa1553..87a2798 100755 --- a/build-aux/bootstrap

[PATCH] Avoid two "parameter unused" warnings.

2008-02-08 Thread Jim Meyering
FYI, I've just pushed this. Normally I don't cater to -W-induced warnings, but these two (being in a header file) cause more than their fair share, and the fix is non-invasive, so I've gone ahead. Avoid two "parameter unused" warnings. * lib/stat-time.h (get_stat_birthtime_ns, get

FYI: accommodate upcoming git-COMMAND deprecation

2008-02-08 Thread Jim Meyering
2008-02-08 Jim Meyering <[EMAIL PROTECTED]> Use "git COMMAND", not "git-COMMAND". * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/. * build-aux/announce-gen (get_tool_versions): Correct a diagnostic. * build-aux/git-version-gen: Use "git status",