From: Jim Meyering Date: Sat, 27 Aug 2005 14:37:07 +0000 (+0000) Subject: (gl_UNISTD_SAFER): Add pipe-safer.c. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ff7c9acfa9832bfe898a5819cdfcf19f11c411a;p=pspp (gl_UNISTD_SAFER): Add pipe-safer.c. --- 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