diff options
| author | Bruno Haible <bruno@clisp.org> | 2009-08-13 01:23:35 +0200 |
|---|---|---|
| committer | Bruno Haible <bruno@clisp.org> | 2009-08-13 01:23:35 +0200 |
| commit | 1dff1a67c56bb2c61eaf9b074392b0d4593b3278 (patch) | |
| tree | 78f51ea175f382ce7eb18a7a4bc0e965e0ddea1d /modules/getopt-gnu | |
| parent | 0e63c644f4a786b7a096c440c66ae8694258a168 (diff) | |
| download | gnulib-1dff1a67c56bb2c61eaf9b074392b0d4593b3278.tar.gz | |
New modules 'getopt-posix', 'getopt-gnu'.
Diffstat (limited to 'modules/getopt-gnu')
| -rw-r--r-- | modules/getopt-gnu | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/modules/getopt-gnu b/modules/getopt-gnu new file mode 100644 index 0000000000..34aea2df85 --- /dev/null +++ b/modules/getopt-gnu @@ -0,0 +1,23 @@ +Description: +GNU-like getopt() function, getopt_long() function, getopt_long_only() function: +process command line arguments. + +Files: + +Depends-on: +getopt-posix + +configure.ac: +gl_FUNC_GETOPT_GNU +gl_MODULE_INDICATOR([getopt-gnu]) + +Makefile.am: + +Include: +<getopt.h> + +License: +LGPL + +Maintainer: +all, glibc |
