changeset 10063:4058ff089fa3

bootstrap.conf: include mkfifo in the module list
author John W. Eaton <jwe@octave.org>
date Tue, 05 Jan 2010 03:56:17 -0500
parents 7494d047e98d
children 17ce2a700a97
files ChangeLog bootstrap.conf
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Jan 05 02:05:07 2010 -0500
+++ b/ChangeLog	Tue Jan 05 03:56:17 2010 -0500
@@ -1,6 +1,10 @@
 2010-01-05  John W. Eaton  <jwe@octave.org>
 
-	* bootstrap.conf (gnulib_modules): Remove nonexistent "fstat" module.
+	* bootstrap.conf (gnulib_modules): Include mkfifo in the list.
+
+2010-01-05  John W. Eaton  <jwe@octave.org>
+
+	* bootstrap.conf (gnulib_modules): Remove nonexistent fstat module.
 
 2009-12-22  Rik <octave@nomad.inbox5.com>
 
--- a/bootstrap.conf	Tue Jan 05 02:05:07 2010 -0500
+++ b/bootstrap.conf	Tue Jan 05 03:56:17 2010 -0500
@@ -23,6 +23,7 @@
   glob
   lstat
   mkdir
+  mkfifo
   stat
   strftime
 "