aboutsummaryrefslogtreecommitdiff
path: root/m4/printf-posix.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/printf-posix.m4')
-rw-r--r--m4/printf-posix.m412
1 files changed, 7 insertions, 5 deletions
diff --git a/m4/printf-posix.m4 b/m4/printf-posix.m4
index af10170a..cd6e40b5 100644
--- a/m4/printf-posix.m4
+++ b/m4/printf-posix.m4
@@ -1,8 +1,10 @@
1# printf-posix.m4 serial 2 (gettext-0.13.1) 1# printf-posix.m4 serial 1 (gettext-0.13)
2dnl Copyright (C) 2003 Free Software Foundation, Inc. 2dnl Copyright (C) 2003 Free Software Foundation, Inc.
3dnl This file is free software; the Free Software Foundation 3dnl This file is free software, distributed under the terms of the GNU
4dnl gives unlimited permission to copy and/or distribute it, 4dnl General Public License. As a special exception to the GNU General
5dnl with or without modifications, as long as this notice is preserved. 5dnl Public License, this file may be distributed as part of a program
6dnl that contains a configuration script generated by Autoconf, under
7dnl the same distribution terms as the rest of that program.
6 8
7dnl From Bruno Haible. 9dnl From Bruno Haible.
8dnl Test whether the printf() function supports POSIX/XSI format strings with 10dnl Test whether the printf() function supports POSIX/XSI format strings with
@@ -28,7 +30,7 @@ int main ()
28}], gt_cv_func_printf_posix=yes, gt_cv_func_printf_posix=no, 30}], gt_cv_func_printf_posix=yes, gt_cv_func_printf_posix=no,
29 [ 31 [
30 AC_EGREP_CPP(notposix, [ 32 AC_EGREP_CPP(notposix, [
31#if defined __NetBSD__ || defined _MSC_VER || defined __MINGW32__ || defined __CYGWIN__ 33#if defined __NetBSD__ || defined _MSC_VER || defined __MINGW32__
32 notposix 34 notposix
33#endif 35#endif
34 ], gt_cv_func_printf_posix="guessing no", 36 ], gt_cv_func_printf_posix="guessing no",