X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=m4%2Ffcntl-safer.m4;h=f088f01d98da7bb8ca404a802cbba7dd366931b2;hb=659cae49714b93487242525dfa0e5737463d78d8;hp=3475b0a7cf42772500c12e1eb79c4cb2f3cfc22a;hpb=013796abf4c6be0bd130f541c0ece156156239c3;p=debian%2Fgzip diff --git a/m4/fcntl-safer.m4 b/m4/fcntl-safer.m4 index 3475b0a..f088f01 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-2018 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]) ])