Mercurial > hg > octave-shane > gnulib-hg
annotate modules/yesno @ 7497:6a764f23e302
gnulib-tool now synthesizes the EXTRA_DIST line.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 13 Oct 2006 12:40:22 +0000 |
parents | cb5141654dbb |
children | 5e2f99e0a66f |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Read a response from the user, and its classification as matching "yes" or |
3 "no". | |
4110 | 4 |
5 Files: | |
6 lib/yesno.c | |
5149 | 7 lib/yesno.h |
4110 | 8 m4/yesno.m4 |
9 | |
10 Depends-on: | |
5851 | 11 getline |
4110 | 12 rpmatch |
5820
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5722
diff
changeset
|
13 stdbool |
4110 | 14 |
15 configure.ac: | |
16 gl_YESNO | |
17 | |
18 Makefile.am: | |
19 | |
20 Include: | |
5151
95082b150149
Add "yesno.h" as an include.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5149
diff
changeset
|
21 "yesno.h" |
4110 | 22 |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5151
diff
changeset
|
23 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5151
diff
changeset
|
24 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5151
diff
changeset
|
25 |
4197 | 26 Maintainer: |
27 Jim Meyering |