X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=m4%2Ffcntl-safer.m4;h=deabf1276f9c5b528a20e9e68e9106fb29bbbe92;hb=bb237929fec6af7764d532c4e5348c9990f8e87e;hp=3475b0a7cf42772500c12e1eb79c4cb2f3cfc22a;hpb=013796abf4c6be0bd130f541c0ece156156239c3;p=debian%2Fgzip diff --git a/m4/fcntl-safer.m4 b/m4/fcntl-safer.m4 index 3475b0a..deabf12 100644 --- a/m4/fcntl-safer.m4 +++ b/m4/fcntl-safer.m4 @@ -1,11 +1,16 @@ -#serial 5 -dnl Copyright (C) 2005-2007 Free Software Foundation, Inc. +#serial 9 +dnl Copyright (C) 2005-2007, 2009-2016 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_FCNTL_SAFER], [ - AC_LIBOBJ([open-safer]) - AC_LIBOBJ([creat-safer]) + dnl Prerequisites of lib/open-safer.c. + AC_REQUIRE([gl_PROMOTED_TYPE_MODE_T]) +]) + +AC_DEFUN([gl_OPENAT_SAFER], +[ + AC_REQUIRE([gl_FCNTL_SAFER]) ])