]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update from gnulib.
authorBruno Haible <bruno@clisp.org>
Thu, 26 Jan 2012 18:38:46 +0000 (19:38 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 26 Jan 2012 18:38:46 +0000 (19:38 +0100)
gettext-runtime/m4/ChangeLog
gettext-runtime/m4/intl.m4
gettext-runtime/m4/longlong.m4

index 83dd85530755b8bf10d9626500c115dd8dd7f2f4..9cb7cb0f6e6b9c2492f2b771ababf198d507fdac 100644 (file)
@@ -1,3 +1,11 @@
+2012-01-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Use ', not `, for quoting output.
+       * m4/intl.m4 (gt_CHECK_DECL): Quote 'like this', not `like this', as
+       per the recent change to the GNU coding standards.
+       * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT,
+       AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
+
 2011-09-10  Bruno Haible  <bruno@clisp.org>
 
        iconv.m4: Add support for MSVC compiler.
index 96db7db08e6695780ac49e0fbc7aa7343fc9a98d..9b312997a28b9f9b546b4f6abd0bfeda47fdc475 100644 (file)
@@ -1,4 +1,4 @@
-# intl.m4 serial 20 (gettext-0.18.2)
+# intl.m4 serial 21 (gettext-0.18.2)
 dnl Copyright (C) 1995-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,
@@ -296,5 +296,5 @@ AC_DEFUN([gt_CHECK_DECL],
     gt_value=0
   fi
   AC_DEFINE_UNQUOTED([HAVE_DECL_]m4_translit($1, [a-z], [A-Z]), [$gt_value],
-    [Define to 1 if you have the declaration of `$1', and to 0 if you don't.])
+    [Define to 1 if you have the declaration of '$1', and to 0 if you don't.])
 ])
index aed816cfa5e46efe628199bf956a0914cb0d883e..459d378651c8c67ef990b49e4629b84c54ee489d 100644 (file)
@@ -1,4 +1,4 @@
-# longlong.m4 serial 16
+# longlong.m4 serial 17
 dnl Copyright (C) 1999-2007, 2009-2011 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -51,7 +51,7 @@ AC_DEFUN([AC_TYPE_LONG_LONG_INT],
       fi])
   if test $ac_cv_type_long_long_int = yes; then
     AC_DEFINE([HAVE_LONG_LONG_INT], [1],
-      [Define to 1 if the system has the type `long long int'.])
+      [Define to 1 if the system has the type 'long long int'.])
   fi
 ])
 
@@ -77,7 +77,7 @@ AC_DEFUN([AC_TYPE_UNSIGNED_LONG_LONG_INT],
      fi])
   if test $ac_cv_type_unsigned_long_long_int = yes; then
     AC_DEFINE([HAVE_UNSIGNED_LONG_LONG_INT], [1],
-      [Define to 1 if the system has the type `unsigned long long int'.])
+      [Define to 1 if the system has the type 'unsigned long long int'.])
   fi
 ])