X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffcntl-safer.m4;h=3475b0a7cf42772500c12e1eb79c4cb2f3cfc22a;hb=b8462c05181331456c9136877d2539b4f43a01cb;hp=20cb0f16239177454c7029d65a201ec264576d4a;hpb=66c3906e0b6a160ce3c2c0db7244a2b72773aa14;p=gnulib.git diff --git a/m4/fcntl-safer.m4 b/m4/fcntl-safer.m4 index 20cb0f162..3475b0a7c 100644 --- a/m4/fcntl-safer.m4 +++ b/m4/fcntl-safer.m4 @@ -1,11 +1,11 @@ -# fcntl-safer.m4 serial 1 -dnl Copyright (C) 2005 Free Software Foundation, Inc. +#serial 5 +dnl Copyright (C) 2005-2007 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]) + AC_LIBOBJ([creat-safer]) ])