]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix typo.
authorBruno Haible <bruno@clisp.org>
Sun, 17 Aug 2003 14:41:22 +0000 (14:41 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:50 +0000 (12:10 +0200)
gettext-tools/m4/ChangeLog
gettext-tools/m4/readlink.m4

index 3c21bf904511ad421efe217923ab5a83081f4114..b1e1254b3b9bfe0f6f84fb9befa6f4af002cb43c 100644 (file)
@@ -1,3 +1,8 @@
+2003-08-16  Paul Eggert  <eggert@twinsun.com>
+
+       * readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
+       fixing a typo.
+
 2003-07-01  Bruno Haible  <bruno@clisp.org>
 
        * readlink.m4: New file, from gnulib.
index fd73d49f12cc33de78f89e08431340c009a0b319..ec53e14db86a6316fab7be3c1d6d94c40d07b43d 100644 (file)
@@ -1,4 +1,4 @@
-# readlink.m4 serial 1
+# readlink.m4 serial 2
 dnl Copyright (C) 2003 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
@@ -16,7 +16,7 @@ AC_DEFUN([gl_FUNC_READLINK],
 ])
 
 # Prerequisites of lib/readlink.c.
-AC_DEFUN([gl_PREREQ_READLINE],
+AC_DEFUN([gl_PREREQ_READLINK],
 [
   :
 ])