diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:44:05 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:44:05 +0000 |
commit | d318611dd6f23fcfedd50e9b9e24620b102ba96a (patch) | |
tree | 8b9eef82ca40fdd5a8deeabf07572074c236095d /gnulib_m4/fseterr.m4 | |
parent | Initial commit. (diff) | |
download | groff-upstream/1.23.0.tar.xz groff-upstream/1.23.0.zip |
Adding upstream version 1.23.0.upstream/1.23.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'gnulib_m4/fseterr.m4')
-rw-r--r-- | gnulib_m4/fseterr.m4 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gnulib_m4/fseterr.m4 b/gnulib_m4/fseterr.m4 new file mode 100644 index 0000000..61ac03d --- /dev/null +++ b/gnulib_m4/fseterr.m4 @@ -0,0 +1,13 @@ +# fseterr.m4 serial 2 +dnl Copyright (C) 2012-2023 Free Software Foundation, Inc. +dnl This file is free software; the Free Software Foundation +dnl gives unlimited permission to copy and/or distribute it, +dnl with or without modifications, as long as this notice is preserved. + +AC_DEFUN([gl_FUNC_FSETERR], +[ + gl_CHECK_FUNCS_ANDROID([__fseterr], + [[#include <stdio.h> + #include <stdio_ext.h> + ]]) +]) |