summaryrefslogtreecommitdiffstats
path: root/gettext-tools/aclocal.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-12-17 22:02:47 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:11:31 +0200
commit4da1f07192cf68860c906c615890a67eab53e4ac (patch)
treeb64647d38170d7c74b958ad65593bfad6b16abcd /gettext-tools/aclocal.m4
parent36a582330bc8686a9291c04137240c13f2ab2b90 (diff)
downloadexternal_gettext-4da1f07192cf68860c906c615890a67eab53e4ac.zip
external_gettext-4da1f07192cf68860c906c615890a67eab53e4ac.tar.gz
external_gettext-4da1f07192cf68860c906c615890a67eab53e4ac.tar.bz2
Regenerated for 0.13.1.
Diffstat (limited to 'gettext-tools/aclocal.m4')
-rw-r--r--gettext-tools/aclocal.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/aclocal.m4 b/gettext-tools/aclocal.m4
index 75a41ba..06726dd 100644
--- a/gettext-tools/aclocal.m4
+++ b/gettext-tools/aclocal.m4
@@ -10458,7 +10458,7 @@ AC_DEFUN([gt_TYPE_INTMAX_T],
fi
])
-# printf-posix.m4 serial 1 (gettext-0.13)
+# printf-posix.m4 serial 2 (gettext-0.13.1)
dnl Copyright (C) 2003 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
@@ -10490,7 +10490,7 @@ int main ()
}], gt_cv_func_printf_posix=yes, gt_cv_func_printf_posix=no,
[
AC_EGREP_CPP(notposix, [
-#if defined __NetBSD__ || defined _MSC_VER || defined __MINGW32__
+#if defined __NetBSD__ || defined _MSC_VER || defined __MINGW32__ || defined __CYGWIN__
notposix
#endif
], gt_cv_func_printf_posix="guessing no",