projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f7ac09
)
(gl_UNISTD_SAFER): Add pipe-safer.c.
author
Jim Meyering
<jim@meyering.net>
Sat, 27 Aug 2005 14:37:07 +0000
(14:37 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 27 Aug 2005 14:37:07 +0000
(14:37 +0000)
m4/unistd-safer.m4
patch
|
blob
|
history
diff --git
a/m4/unistd-safer.m4
b/m4/unistd-safer.m4
index a1dc2b753b61ada88d71ae95b7c5c8c261071c39..16e50ff7b002df197b05fbc5aa37073d503d314f 100644
(file)
--- 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