X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=m4%2Ffseterr.m4;fp=m4%2Ffseterr.m4;h=b8e044b5b7f05a83aad9f30ed7a88d742023b1fb;hb=d57728a6ca2413a7c564d8b7bb13d9e5a5a180f3;hp=0000000000000000000000000000000000000000;hpb=dc84183747ce1703eb99685b5dbde1f65a143c06;p=debian%2Fgzip diff --git a/m4/fseterr.m4 b/m4/fseterr.m4 new file mode 100644 index 0000000..b8e044b --- /dev/null +++ b/m4/fseterr.m4 @@ -0,0 +1,10 @@ +# fseterr.m4 serial 1 +dnl Copyright (C) 2012-2013 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], +[ + AC_CHECK_FUNCS_ONCE([__fseterr]) +])