X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffcntl-safer.m4;h=1714530b3d233e4f18c4f0531a3d3dd559b1feec;hb=a9418e02e6cb59bfa004896c661d949f8b705209;hp=20cb0f16239177454c7029d65a201ec264576d4a;hpb=66c3906e0b6a160ce3c2c0db7244a2b72773aa14;p=gnulib.git diff --git a/m4/fcntl-safer.m4 b/m4/fcntl-safer.m4 index 20cb0f162..1714530b3 100644 --- a/m4/fcntl-safer.m4 +++ b/m4/fcntl-safer.m4 @@ -1,11 +1,16 @@ -# fcntl-safer.m4 serial 1 -dnl Copyright (C) 2005 Free Software Foundation, Inc. +#serial 9 +dnl Copyright (C) 2005-2007, 2009-2011 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_LIBSOURCES([open-safer.c, fcntl-safer.h, fcntl--.h]) - AC_LIBOBJ([open-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]) ])