summaryrefslogtreecommitdiff
path: root/m4/intlmacosx.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-12-29 22:26:20 +0100
committerBruno Haible <bruno@clisp.org>2008-12-29 22:26:20 +0100
commitf655fd5741580b9992c18a1b1e410fabb173aa28 (patch)
tree70cec972c8f8473efdf6b21b35da76b160bf8bc7 /m4/intlmacosx.m4
parent2363a9f8faa3abfdfde6adec5c1dc0c816016731 (diff)
downloadgnulib-f655fd5741580b9992c18a1b1e410fabb173aa28.tar.gz
More systematic m4 argument quoting.
Diffstat (limited to 'm4/intlmacosx.m4')
-rw-r--r--m4/intlmacosx.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/m4/intlmacosx.m4 b/m4/intlmacosx.m4
index d3f0d904d2..b77527d17d 100644
--- a/m4/intlmacosx.m4
+++ b/m4/intlmacosx.m4
@@ -1,5 +1,5 @@
-# intlmacosx.m4 serial 1 (gettext-0.17)
-dnl Copyright (C) 2004-2007 Free Software Foundation, Inc.
+# intlmacosx.m4 serial 2 (gettext-0.18)
+dnl Copyright (C) 2004-2008 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.
@@ -19,7 +19,7 @@ AC_DEFUN([gt_INTL_MACOSX],
[
dnl Check for API introduced in MacOS X 10.2.
AC_CACHE_CHECK([for CFPreferencesCopyAppValue],
- gt_cv_func_CFPreferencesCopyAppValue,
+ [gt_cv_func_CFPreferencesCopyAppValue],
[gt_save_LIBS="$LIBS"
LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
AC_TRY_LINK([#include <CoreFoundation/CFPreferences.h>],
@@ -32,7 +32,7 @@ AC_DEFUN([gt_INTL_MACOSX],
[Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in the CoreFoundation framework.])
fi
dnl Check for API introduced in MacOS X 10.3.
- AC_CACHE_CHECK([for CFLocaleCopyCurrent], gt_cv_func_CFLocaleCopyCurrent,
+ AC_CACHE_CHECK([for CFLocaleCopyCurrent], [gt_cv_func_CFLocaleCopyCurrent],
[gt_save_LIBS="$LIBS"
LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
AC_TRY_LINK([#include <CoreFoundation/CFLocale.h>], [CFLocaleCopyCurrent();],