mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/yesno.m4 (gl_YESNO): Remove AC_LIBOBJ invocation. * modules/yesno (Makefile.am): Augment lib_SOURCES.
29 lines
296 B
Plaintext
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
|