]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add the AM_GNU_GETTEXT_VERSION macro, needed by autopoint users.
authorBruno Haible <bruno@clisp.org>
Fri, 19 Jul 2002 17:33:24 +0000 (17:33 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:08:40 +0000 (12:08 +0200)
m4/ChangeLog
m4/gettext.m4

index e5bdc918e3d80b4c8a668227dec05af9ba6c5bbe..1a37b3cd77778bb28551d3a42dc82af34ecb741d 100644 (file)
@@ -1,3 +1,8 @@
+2002-07-19  Bruno Haible  <bruno@clisp.org>
+
+       * gettext.m4 (AM_GNU_GETTEXT_VERSION): New macro.
+       Reported by Akim Demaille <akim@epita.fr>.
+
 2002-07-17  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.11.3 released.
index 1c95d979bcee14c51ae9f8e66135e717d65c3c49..bfa15a22858a105fe787f3d5eced4d8a26da0d34 100644 (file)
@@ -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], [])