From 3a6c1c38e6cc3c0e8549897952bb40f1820d40eb Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 10 Jan 2006 13:35:24 +0000 Subject: [PATCH] Avoid a failure from autoreconf. --- ChangeLog | 7 ++++++- modules/gettext | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d8865ac04..aad421bf2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-01-07 Bruno Haible + + * modules/gettext (configure.ac): Add an invocation of + AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool. + 2006-01-09 Paul Eggert Sync from coreutils: @@ -18,7 +23,7 @@ 2006-01-09 Simon Josefsson - * modules/gc-rijndael-tests (License): Likewise. + * modules/gc-rijndael-tests (License): Put under LGPL. * modules/gc-des-tests (License): Likewise. diff --git a/modules/gettext b/modules/gettext index 950bfb5fa..b8f03da6b 100644 --- a/modules/gettext +++ b/modules/gettext @@ -36,6 +36,7 @@ havelib configure.ac: AM_GNU_GETTEXT([external]) +AM_GNU_GETTEXT_VERSION([0.14.5]) Makefile.am: -- 2.11.0