diff options
Diffstat (limited to 'm4/printf-posix.m4')
-rw-r--r-- | m4/printf-posix.m4 | 12 |
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) |
2 | dnl Copyright (C) 2003 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2003 Free Software Foundation, Inc. |
3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software, distributed under the terms of the GNU |
4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl General Public License. As a special exception to the GNU General |
5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl Public License, this file may be distributed as part of a program |
6 | dnl that contains a configuration script generated by Autoconf, under | ||
7 | dnl the same distribution terms as the rest of that program. | ||
6 | 8 | ||
7 | dnl From Bruno Haible. | 9 | dnl From Bruno Haible. |
8 | dnl Test whether the printf() function supports POSIX/XSI format strings with | 10 | dnl 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", |