]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
No need for extra quoting.
authorBruno Haible <bruno@clisp.org>
Sun, 22 Feb 2004 11:50:05 +0000 (11:50 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:48 +0000 (12:11 +0200)
gettext-tools/m4/ChangeLog
gettext-tools/m4/csharp.m4

index 407a2eae5cc11ec7d762b045d6e301fa05ec54e4..7e721e43dcf76f92309d8026b443781130035cbf 100644 (file)
@@ -1,3 +1,7 @@
+2004-01-18  Bruno Haible  <bruno@clisp.org>
+
+       * csharp.m4 (gt_CSHARP_CHOICE): Drop extra quoting of the # sign.
+
 2004-02-07  Bruno Haible  <bruno@clisp.org>
 
        * mbstate_t.m4: Update from gnulib.
index 1e59aaabfc14ebf7af66b7736c8b70fe3ae3b260..58a75f9bd4484f931c7c60091875807ddb8f4fb2 100644 (file)
@@ -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
 ])