yesno: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / yesno
index 844d80bf577a9dee0851411ccaddeb834860efd4..5b5f4cd5fc5c6c3bf4545c9f2dd09c87f3efcdd5 100644 (file)
@@ -4,11 +4,13 @@ Read a response from the user, and its classification as matching "yes" or
 
 Files:
 lib/yesno.c
+lib/yesno.h
 m4/yesno.m4
 
 Depends-on:
-unlocked-io
+getline
 rpmatch
+stdbool
 
 configure.ac:
 gl_YESNO
@@ -17,4 +19,10 @@ Makefile.am:
 lib_SOURCES += yesno.c
 
 Include:
+"yesno.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering