From: Bruno Haible Date: Sun, 22 Feb 2004 11:50:05 +0000 (+0000) Subject: No need for extra quoting. X-Git-Tag: v0.14.2~290 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d54c4a7358be2472ac27d7042e5f3b438afda3bc;p=thirdparty%2Fgettext.git No need for extra quoting. --- diff --git a/gettext-tools/m4/ChangeLog b/gettext-tools/m4/ChangeLog index 407a2eae5..7e721e43d 100644 --- a/gettext-tools/m4/ChangeLog +++ b/gettext-tools/m4/ChangeLog @@ -1,3 +1,7 @@ +2004-01-18 Bruno Haible + + * csharp.m4 (gt_CSHARP_CHOICE): Drop extra quoting of the # sign. + 2004-02-07 Bruno Haible * mbstate_t.m4: Update from gnulib. diff --git a/gettext-tools/m4/csharp.m4 b/gettext-tools/m4/csharp.m4 index 1e59aaabf..58a75f9bd 100644 --- a/gettext-tools/m4/csharp.m4 +++ b/gettext-tools/m4/csharp.m4 @@ -1,4 +1,4 @@ -# csharp.m4 serial 1 (gettext-0.14) +# csharp.m4 serial 2 (gettext-0.15) dnl Copyright (C) 2004 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 @@ -20,11 +20,11 @@ AC_DEFUN([gt_CSHARP_CHOICE], case "$CSHARP_CHOICE" in pnet) AC_DEFINE([CSHARP_CHOICE_PNET], 1, - [Define if pnet is the preferred C[#] implementation.]) + [Define if pnet is the preferred C# implementation.]) ;; mono) AC_DEFINE([CSHARP_CHOICE_MONO], 1, - [Define if mono is the preferred C[#] implementation.]) + [Define if mono is the preferred C# implementation.]) ;; esac ])