verify: new macro 'assume'
[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   dnl Arrange for unistd.h to include getopt.h.
18   GNULIB_${gl_include_guard_prefix}_UNISTD_H_GETOPT=1
19 fi
20 AC_SUBST([GNULIB_${gl_include_guard_prefix}_UNISTD_H_GETOPT])
21 gl_MODULE_INDICATOR_FOR_TESTS([getopt-gnu])
22
23 Makefile.am:
24
25 Include:
26 <getopt.h>
27
28 License:
29 LGPLv2+
30
31 Maintainer:
32 all, glibc