From 3ff7c9acfa9832bfe898a5819cdfcf19f11c411a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 27 Aug 2005 14:37:07 +0000 Subject: [PATCH] (gl_UNISTD_SAFER): Add pipe-safer.c. --- m4/unistd-safer.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/m4/unistd-safer.m4 b/m4/unistd-safer.m4 index a1dc2b753b..16e50ff7b0 100644 --- a/m4/unistd-safer.m4 +++ b/m4/unistd-safer.m4 @@ -1,4 +1,4 @@ -#serial 4 +#serial 5 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, @@ -9,6 +9,7 @@ AC_DEFUN([gl_UNISTD_SAFER], AC_LIBSOURCES([dup-safer.c, fd-safer.c, unistd-safer.h]) AC_LIBOBJ([dup-safer]) AC_LIBOBJ([fd-safer]) + AC_LIBOBJ([pipe-safer]) gl_PREREQ_DUP_SAFER gl_PREREQ_FD_SAFER -- 2.30.2