summaryrefslogtreecommitdiff
path: root/gnulib/modules/yesno
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/yesno')
m---------gnulib0
-rw-r--r--gnulib/modules/yesno28
2 files changed, 28 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/yesno b/gnulib/modules/yesno
new file mode 100644
index 0000000..5b5f4cd
--- /dev/null
+++ b/gnulib/modules/yesno
@@ -0,0 +1,28 @@
+Description:
+Read a response from the user, and its classification as matching "yes" or
+"no".
+
+Files:
+lib/yesno.c
+lib/yesno.h
+m4/yesno.m4
+
+Depends-on:
+getline
+rpmatch
+stdbool
+
+configure.ac:
+gl_YESNO
+
+Makefile.am:
+lib_SOURCES += yesno.c
+
+Include:
+"yesno.h"
+
+License:
+GPL
+
+Maintainer:
+Jim Meyering