+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.
-# 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,
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.])
])
-# 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,
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
])
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
])