1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/yesno
Bruno Haible e374f8d70a yesno: Move AC_LIBOBJ invocations to module description.
* m4/yesno.m4 (gl_YESNO): Remove AC_LIBOBJ invocation.
* modules/yesno (Makefile.am): Augment lib_SOURCES.
2011-06-16 00:07:45 +02:00

29 lines
296 B
Plaintext

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