summaryrefslogtreecommitdiff
path: root/gl/m4/intl.m4
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-09-02 17:44:22 +0300
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-09-02 17:44:22 +0300
commit0b0de7591a04844f3b3d92428fa21bdcaff55f58 (patch)
tree10a8901faada24263e8b1ae7d91cd82b88914fcf /gl/m4/intl.m4
parent1df1b0f7b28c733bf01e5d1faa2f8ccdb3db1665 (diff)
downloadgnutls-0b0de7591a04844f3b3d92428fa21bdcaff55f58.tar.gz
Revert "updated gnulib"
This reverts commit 9ad95f3ac723ae85fdfbe4f3a4fab4ededfa7857.
Diffstat (limited to 'gl/m4/intl.m4')
-rw-r--r--gl/m4/intl.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/gl/m4/intl.m4 b/gl/m4/intl.m4
index dffcd881b8..959bd0421f 100644
--- a/gl/m4/intl.m4
+++ b/gl/m4/intl.m4
@@ -1,4 +1,4 @@
-# intl.m4 serial 24 (gettext-0.18.3)
+# intl.m4 serial 23 (gettext-0.18.3)
dnl Copyright (C) 1995-2013 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -61,7 +61,7 @@ AC_DEFUN([AM_INTL_SUBDIR],
dnl Use the _snprintf function only if it is declared (because on NetBSD it
dnl is defined as a weak alias of snprintf; we prefer to use the latter).
- AC_CHECK_DECLS([_snprintf, _snwprintf], , , [#include <stdio.h>])
+ AC_CHECK_DECLS([_snprintf _snwprintf], , , [#include <stdio.h>])
dnl Use the *_unlocked functions only if they are declared.
dnl (because some of them were defined without being declared in Solaris
@@ -234,7 +234,7 @@ AC_DEFUN([gt_INTL_SUBDIR_CORE],
dnl (because some of them were defined without being declared in Solaris
dnl 2.5.1 but were removed in Solaris 2.6, whereas we want binaries built
dnl on Solaris 2.5.1 to run on Solaris 2.6).
- AC_CHECK_DECLS([feof_unlocked, fgets_unlocked], , , [#include <stdio.h>])
+ AC_CHECK_DECLS([feof_unlocked fgets_unlocked], , , [#include <stdio.h>])
AM_ICONV