Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/getsubopt @ 13415:a884db63982b
Avoid some more warnings from "gcc -Wwrite-strings".
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 11 Jun 2010 21:17:11 +0200 |
parents | 08e90860ec5e |
children | efab6978105e |
rev | line source |
---|---|
5138 | 1 Description: |
8198
d84ab7c183f4
getsubopt.h is replaced with <stdlib.h>.
Bruno Haible <bruno@clisp.org>
parents:
7497
diff
changeset
|
2 getsubopt: Parse comma separated list into words. |
5138 | 3 |
4 Files: | |
5 lib/getsubopt.c | |
6 m4/getsubopt.m4 | |
7 | |
8 Depends-on: | |
9209
5a0294ce5372
Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
Eric Blake <ebb9@byu.net>
parents:
8198
diff
changeset
|
9 extensions |
5138 | 10 strchrnul |
8198
d84ab7c183f4
getsubopt.h is replaced with <stdlib.h>.
Bruno Haible <bruno@clisp.org>
parents:
7497
diff
changeset
|
11 stdlib |
10746 | 12 memchr |
5138 | 13 |
14 configure.ac: | |
15 gl_FUNC_GETSUBOPT | |
8198
d84ab7c183f4
getsubopt.h is replaced with <stdlib.h>.
Bruno Haible <bruno@clisp.org>
parents:
7497
diff
changeset
|
16 gl_STDLIB_MODULE_INDICATOR([getsubopt]) |
5138 | 17 |
18 Makefile.am: | |
19 | |
20 Include: | |
8198
d84ab7c183f4
getsubopt.h is replaced with <stdlib.h>.
Bruno Haible <bruno@clisp.org>
parents:
7497
diff
changeset
|
21 <stdlib.h> |
5138 | 22 |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5138
diff
changeset
|
23 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5138
diff
changeset
|
24 LGPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5138
diff
changeset
|
25 |
5138 | 26 Maintainer: |
27 all, glibc |