Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> writes: > From: Jeff Epler <jepler@xxxxxxxxxxxxxx> > > Change the build process to use GNU's libintl if it's available. If > not we define our own skeleton replacement functions which degrade > gracefully to English. Very nice. > > Signed-off-by: Jeff Epler <jepler@xxxxxxxxxxxxxx> > Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> > --- > Makefile | 26 ++++++++++++ > gettext.c | 17 ++++++++ > gettext.h | 15 +++++++ > git.c | 3 + > wt-status.c | 129 ++++++++++++++++++++++++++++++----------------------------- > 5 files changed, 126 insertions(+), 64 deletions(-) > create mode 100644 gettext.c > create mode 100644 gettext.h Could you also provide change to configure.ac, so that ./configure would detect if we have gettext installed or not? Thanks in advance. -- Jakub Narebski Poland ShadeHawk on #git -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html