From 65f830b84ca9573db51dc4e0d3a3a9ee1fd5f12f Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Thu, 16 Oct 2014 09:28:33 +0200 Subject: [PATCH] build: use the ptsname_r gnulib module virt-p2v uses ptsname_r, which is not portable but implemented by gnulib. --- bootstrap | 1 + m4/.gitignore | 3 +++ 2 files changed, 4 insertions(+) diff --git a/bootstrap b/bootstrap index b4afcdbcf..b7a45ffc4 100755 --- a/bootstrap +++ b/bootstrap @@ -77,6 +77,7 @@ openat perror pipe2 pread +ptsname_r read-file readlink select diff --git a/m4/.gitignore b/m4/.gitignore index ed73ab3ca..605cd2692 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -271,3 +271,6 @@ /xstrtol.m4 /xvasprintf.m4 /yield.m4 +/isatty.m4 +/ptsname_r.m4 +/ttyname_r.m4