From 03271c7c26bf808ad6006d77f3ae0ffd42c52d23 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 11 Apr 2010 15:01:37 +0200 Subject: [PATCH] Fix typo in comment. --- ChangeLog | 4 ++++ m4/libunistring.m4 | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0ee4f0065..041e8f716 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-04-11 Bruno Haible + + * m4/libunistring.m4 (gl_LIBUNISTRING): Fix typo in comment. + 2010-04-11 Jim Meyering maint.mk: don't include dist-check.mk diff --git a/m4/libunistring.m4 b/m4/libunistring.m4 index 8f9f07b0e..4f1146f38 100644 --- a/m4/libunistring.m4 +++ b/m4/libunistring.m4 @@ -1,5 +1,5 @@ -# libunistring.m4 serial 1 -dnl Copyright (C) 2009, 2010 Free Software Foundation, Inc. +# libunistring.m4 serial 2 +dnl Copyright (C) 2009-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -9,7 +9,7 @@ dnl Searches for an installed libunistring. dnl If found, it sets and AC_SUBSTs HAVE_LIBUNISTRING=yes and the LIBUNISTRING dnl and LTLIBUNISTRING variables and augments the CPPFLAGS variable, and dnl #defines HAVE_LIBUNISTRING to 1. Otherwise, it sets and AC_SUBSTs -dnl HAVE_LIBUNISTRING=no and LIBUNINSTRING and LTLIBUNISTRING to empty. +dnl HAVE_LIBUNISTRING=no and LIBUNISTRING and LTLIBUNISTRING to empty. AC_DEFUN([gl_LIBUNISTRING], [ -- 2.11.0