]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
More consistent m4 quoting.
authorBruno Haible <bruno@clisp.org>
Wed, 14 Jan 2009 23:51:24 +0000 (23:51 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:57 +0000 (12:15 +0200)
gettext-runtime/m4/ChangeLog
gettext-runtime/m4/intl.m4

index 11620c07d082dbc02013992719bf403dad3cd39f..dfe660b67f4de79796e5c9863e36187b217027f0 100644 (file)
@@ -1,3 +1,7 @@
+2009-01-14  Bruno Haible  <bruno@clisp.org>
+
+       * intl.m4: More consistent m4 quoting.
+
 2009-01-14  Jim Meyering  <meyering@redhat.com>
 
        * codeset.m4: More consistent m4 quoting.
index eb903a579dd5def8a7d73869b6afc8927b85bf05..05b476340e16b1d713110d93dbfd7c9bebe29583 100644 (file)
@@ -1,5 +1,5 @@
-# intl.m4 serial 10 (gettext-0.18)
-dnl Copyright (C) 1995-2008 Free Software Foundation, Inc.
+# intl.m4 serial 11 (gettext-0.18)
+dnl Copyright (C) 1995-2009 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.
@@ -15,9 +15,9 @@ dnl They are *not* in the public domain.
 
 dnl Authors:
 dnl   Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
-dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2006.
+dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2009.
 
-AC_PREREQ(2.52)
+AC_PREREQ([2.52])
 
 dnl Checks for all prerequisites of the intl subdirectory,
 dnl except for INTL_LIBTOOL_SUFFIX_PREFIX (and possibly LIBTOOL), INTLOBJS,
@@ -207,7 +207,7 @@ AC_DEFUN([gt_INTL_SUBDIR_CORE],
   AC_TRY_LINK(
     [int foo (int a) { a = __builtin_expect (a, 10); return a == 10 ? 0 : 1; }],
     [],
-    [AC_DEFINE([HAVE_BUILTIN_EXPECT], 1,
+    [AC_DEFINE([HAVE_BUILTIN_EXPECT], [1],
        [Define to 1 if the compiler understands __builtin_expect.])])
 
   AC_CHECK_HEADERS([argz.h inttypes.h limits.h unistd.h sys/param.h])
@@ -237,7 +237,7 @@ AC_DEFUN([gt_INTL_SUBDIR_CORE],
       [gt_cv_nl_locale_name=no])
     ])
   if test $gt_cv_nl_locale_name = yes; then
-    AC_DEFINE([HAVE_NL_LOCALE_NAME], 1,
+    AC_DEFINE([HAVE_NL_LOCALE_NAME], [1],
       [Define if you have <langinfo.h> and it defines the NL_LOCALE_NAME macro if _GNU_SOURCE is defined.])
   fi