From: Bruno Haible Date: Fri, 19 Jul 2002 17:33:24 +0000 (+0000) Subject: Add the AM_GNU_GETTEXT_VERSION macro, needed by autopoint users. X-Git-Tag: v0.11.4~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94d3a6df40de80f067126f981e597e79735decb6;p=thirdparty%2Fgettext.git Add the AM_GNU_GETTEXT_VERSION macro, needed by autopoint users. --- diff --git a/m4/ChangeLog b/m4/ChangeLog index e5bdc918e..1a37b3cd7 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,8 @@ +2002-07-19 Bruno Haible + + * gettext.m4 (AM_GNU_GETTEXT_VERSION): New macro. + Reported by Akim Demaille . + 2002-07-17 Bruno Haible * gettext-0.11.3 released. diff --git a/m4/gettext.m4 b/m4/gettext.m4 index 1c95d979b..bfa15a228 100644 --- a/m4/gettext.m4 +++ b/m4/gettext.m4 @@ -1,4 +1,4 @@ -# gettext.m4 serial 15 (gettext-0.11.3) +# gettext.m4 serial 16 (gettext-0.11.4) dnl Copyright (C) 1995-2002 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As a special exception to the GNU General @@ -555,3 +555,7 @@ AC_DEFUN([AM_MKINSTALLDIRS], fi AC_SUBST(MKINSTALLDIRS) ]) + + +dnl Usage: AM_GNU_GETTEXT_VERSION([gettext-version]) +AC_DEFUN([AM_GNU_GETTEXT_VERSION], [])