obstack.m4 (gl_PREREQ_OBSTACK): Require
[gnulib.git] / modules / yesno
index 3ef7b0c..ab0c3e3 100644 (file)
@@ -1,7 +1,10 @@
 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:
@@ -12,7 +15,11 @@ configure.ac:
 gl_YESNO
 
 Makefile.am:
-lib_SOURCES += yesno.c
+lib_SOURCES += yesno.c yesno.h
 
 Include:
+"yesno.h"
+
+Maintainer:
+Jim Meyering