diff options
Diffstat (limited to 'gl/m4/calloc.m4')
-rw-r--r-- | gl/m4/calloc.m4 | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/gl/m4/calloc.m4 b/gl/m4/calloc.m4 index 23c0dd9..550cf5c 100644 --- a/gl/m4/calloc.m4 +++ b/gl/m4/calloc.m4 | |||
@@ -1,9 +1,9 @@ | |||
1 | # calloc.m4 serial 29 | 1 | # calloc.m4 |
2 | 2 | # serial 31 | |
3 | # Copyright (C) 2004-2023 Free Software Foundation, Inc. | 3 | dnl Copyright (C) 2004-2024 Free Software Foundation, Inc. |
4 | # This file is free software; the Free Software Foundation | 4 | dnl This file is free software; the Free Software Foundation |
5 | # gives unlimited permission to copy and/or distribute it, | 5 | dnl gives unlimited permission to copy and/or distribute it, |
6 | # with or without modifications, as long as this notice is preserved. | 6 | dnl with or without modifications, as long as this notice is preserved. |
7 | 7 | ||
8 | # Written by Jim Meyering. | 8 | # Written by Jim Meyering. |
9 | 9 | ||
@@ -36,14 +36,14 @@ AC_DEFUN([_AC_FUNC_CALLOC_IF], | |||
36 | [ac_cv_func_calloc_0_nonnull=no]) | 36 | [ac_cv_func_calloc_0_nonnull=no]) |
37 | else | 37 | else |
38 | case "$host_os" in | 38 | case "$host_os" in |
39 | # Guess yes on glibc systems. | 39 | # Guess yes on glibc systems. |
40 | *-gnu* | gnu*) ac_cv_func_calloc_0_nonnull="guessing yes" ;; | 40 | *-gnu* | gnu*) ac_cv_func_calloc_0_nonnull="guessing yes" ;; |
41 | # Guess yes on musl systems. | 41 | # Guess yes on musl systems. |
42 | *-musl*) ac_cv_func_calloc_0_nonnull="guessing yes" ;; | 42 | *-musl* | midipix*) ac_cv_func_calloc_0_nonnull="guessing yes" ;; |
43 | # Guess yes on native Windows. | 43 | # Guess yes on native Windows. |
44 | mingw*) ac_cv_func_calloc_0_nonnull="guessing yes" ;; | 44 | mingw* | windows*) ac_cv_func_calloc_0_nonnull="guessing yes" ;; |
45 | # If we don't know, obey --enable-cross-guesses. | 45 | # If we don't know, obey --enable-cross-guesses. |
46 | *) ac_cv_func_calloc_0_nonnull="$gl_cross_guess_normal" ;; | 46 | *) ac_cv_func_calloc_0_nonnull="$gl_cross_guess_normal" ;; |
47 | esac | 47 | esac |
48 | fi | 48 | fi |
49 | ]) | 49 | ]) |