getopt-gnu: suppress core dumps from detection code
[gnulib.git] / modules / getopt-gnu
1 Description:
2 GNU-like getopt() function, getopt_long() function, getopt_long_only() function:
3 process command line arguments.
4
5 Files:
6
7 Depends-on:
8 nocrash
9 getopt-posix
10
11 configure.ac:
12 gl_FUNC_GETOPT_GNU
13 if test $REPLACE_GETOPT = 1; then
14   AC_LIBOBJ([getopt])
15   AC_LIBOBJ([getopt1])
16   gl_PREREQ_GETOPT
17 fi
18 gl_MODULE_INDICATOR_FOR_TESTS([getopt-gnu])
19
20 Makefile.am:
21
22 Include:
23 <getopt.h>
24
25 License:
26 LGPLv2+
27
28 Maintainer:
29 all, glibc