From: Jim Meyering Date: Sat, 27 Aug 2005 20:40:31 +0000 (+0000) Subject: sync from gnulib X-Git-Tag: v5.90~319 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80664cc6a5e20f3622d49fe4d8fceaaa149aa60c;p=thirdparty%2Fcoreutils.git sync from gnulib --- diff --git a/m4/ChangeLog b/m4/ChangeLog index e3bd10f6e9..4ad1b1a3ad 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,8 @@ +2005-08-27 Jim Meyering + + * fcntl-safer.m4, stdio-safer.m4, unistd-safer.m4: Sync from gnulib. + + 2005-08-01 Jim Meyering * xanstrftime.m4 (gl_FUNC_XANSTRFTIME): New file/macro. @@ -61,7 +66,7 @@ * fcntl-safer.m4 (gl_FCNTL_SAFER): Add fcntl--.h to the list. * stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h to the list. - * stdlib-safer.m4: (gl_STDLIB_SAFER): Add stdlib--.h to the list. + * stdlib-safer.m4 (gl_STDLIB_SAFER): Add stdlib--.h to the list. * unistd-safer.m4 (gl_UNISTD_SAFER): Add unistd--.h to the list. 2005-07-02 Paul Eggert diff --git a/m4/fcntl-safer.m4 b/m4/fcntl-safer.m4 index 20cb0f1623..be210f9a02 100644 --- a/m4/fcntl-safer.m4 +++ b/m4/fcntl-safer.m4 @@ -1,4 +1,4 @@ -# fcntl-safer.m4 serial 1 +#serial 2 dnl Copyright (C) 2005 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -6,6 +6,7 @@ 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_LIBSOURCES([creat-safer.c, fcntl-safer.h, open-safer.c, fcntl--.h]) AC_LIBOBJ([open-safer]) + AC_LIBOBJ([creat-safer]) ]) diff --git a/m4/stdio-safer.m4 b/m4/stdio-safer.m4 index 0ea234d8d6..a24e1e4305 100644 --- a/m4/stdio-safer.m4 +++ b/m4/stdio-safer.m4 @@ -1,4 +1,4 @@ -# stdio-safer.m4 serial 3 +#serial 4 dnl Copyright (C) 2002, 2005 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, diff --git a/m4/unistd-safer.m4 b/m4/unistd-safer.m4 index 402f1bf504..c819c92ebf 100644 --- a/m4/unistd-safer.m4 +++ b/m4/unistd-safer.m4 @@ -1,4 +1,4 @@ -#serial 4 +#serial 6 dnl Copyright (C) 2002, 2005 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -6,9 +6,10 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_UNISTD_SAFER], [ - AC_LIBSOURCES([dup-safer.c, fd-safer.c, unistd-safer.h, unistd--.h]) + AC_LIBSOURCES([dup-safer.c, fd-safer.c, pipe-safer.c, unistd-safer.h, unistd--.h]) AC_LIBOBJ([dup-safer]) AC_LIBOBJ([fd-safer]) + AC_LIBOBJ([pipe-safer]) gl_PREREQ_DUP_SAFER gl_PREREQ_FD_SAFER