X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffcntl-safer.m4;h=ecc7e46de543c7433608d268666f5a57463a81ce;hb=fa1db0dd22768f09a507674a30beb5b8a87bb35f;hp=3475b0a7cf42772500c12e1eb79c4cb2f3cfc22a;hpb=3323012d69b5c32e074c1a6a9128291a7a321102;p=gnulib.git diff --git a/m4/fcntl-safer.m4 b/m4/fcntl-safer.m4 index 3475b0a7c..ecc7e46de 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-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_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]) ])