aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)AuthorLines
2013-02-06libfuse: set close-on-exec flag on pipe file descriptorsEric Wong-1/+1
The FUSE library may be used from any number of programs which may also fork() + execve(), so set the close-on-exec flag to avoid inadvertant leakage of pipe file descriptors. While we're at it, attempt to use pipe2() since this is within a (currently) Linux-only code path and pipe2() offers thread-safety.
2013-02-04Merge branch 'fuse_2_9_bugfix'Miklos Szeredi-0/+123
2013-02-04libfuse: rename ./configure.in to ./configure.acAnatol Pomozov-0/+124
Next version of automake (1.14) removes support for the deprecated filename http://lists.gnu.org/archive/html/autotools-announce/2013-01/msg00000.html