From a405fc138596f552581d2011fd6de02d5c8186c4 Mon Sep 17 00:00:00 2001 From: RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> Date: Wed, 17 Nov 2021 01:05:54 +0100 Subject: Sync with the latest Gnulib code (1a268176f) --- gl/m4/freading.m4 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 gl/m4/freading.m4 (limited to 'gl/m4/freading.m4') diff --git a/gl/m4/freading.m4 b/gl/m4/freading.m4 new file mode 100644 index 00000000..6cc660ff --- /dev/null +++ b/gl/m4/freading.m4 @@ -0,0 +1,11 @@ +# freading.m4 serial 2 +dnl Copyright (C) 2007, 2009-2021 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_FREADING], +[ + AC_CHECK_HEADERS_ONCE([stdio_ext.h]) + AC_CHECK_FUNCS_ONCE([__freading]) +]) -- cgit v1.2.3-74-g34f1