stdbit: port to theoretical platforms
[gnulib.git] / modules / getopt-gnu
bloba148693e1a9405cf09f2eb2a4418d25456a2749f
1 Description:
2 GNU-like getopt() function, getopt_long() function, getopt_long_only() function:
3 process command line arguments.
5 Files:
7 Depends-on:
8 nocrash
9 getopt-posix
11 configure.ac:
12 gl_FUNC_GETOPT_GNU
13 dnl Because of the way gl_FUNC_GETOPT_GNU is implemented (the gl_getopt_required
14 dnl mechanism), there is no need to do any AC_LIBOBJ or AC_SUBST here; they are
15 dnl done in the getopt-posix module.
17 Makefile.am:
19 Include:
20 <getopt.h>
22 License:
23 LGPLv2+
25 Maintainer:
26 all, glibc