popen: fix cygwin 1.5 bug when stdin closed
[gnulib.git] / modules / popen
diff --git a/modules/popen b/modules/popen
new file mode 100644 (file)
index 0000000..75e278d
--- /dev/null
@@ -0,0 +1,25 @@
+Description:
+popen() function: open a stream to a shell command.
+
+Files:
+lib/popen.c
+m4/popen.m4
+
+Depends-on:
+open
+stdio
+
+configure.ac:
+gl_FUNC_POPEN
+gl_STDIO_MODULE_INDICATOR([popen])
+
+Makefile.am:
+
+Include:
+<stdio.h>
+
+License:
+LGPL
+
+Maintainer:
+Eric Blake