bug-diffutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-diffutils] [PATCH 1/3] build: use additional modules needed by MSVC


From: Peter Rosin
Subject: [bug-diffutils] [PATCH 1/3] build: use additional modules needed by MSVC
Date: Thu, 9 Feb 2012 20:44:50 +0100

* bootstrap.conf (gnulib_modules): Add opendir, readdir, closedir,
popen and pclose modules.

Copyright-paperwork-exempt: Yes
---
 bootstrap.conf |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/bootstrap.conf b/bootstrap.conf
index 9b67b74..9c27562 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -21,6 +21,7 @@ gnulib_modules='
 announce-gen
 binary-io
 c-stack
+closedir
 config-h
 diffseq
 dirname
@@ -54,8 +55,12 @@ manywarnings
 mbrtowc
 mkstemp
 mktime
+opendir
+pclose
+popen
 progname
 propername
+readdir
 readme-release
 regex
 sh-quote
-- 
1.7.5.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]