modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / modules / getopt-gnu
blob69fc7de1a7abdf305383d86dedb000b9b08829be
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 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
20 AC_SUBST([GNULIB_${gl_include_guard_prefix}_UNISTD_H_GETOPT])
21 gl_MODULE_INDICATOR_FOR_TESTS([getopt-gnu])
23 Makefile.am:
25 Include:
26 <getopt.h>
28 License:
29 LGPLv2+
31 Maintainer:
32 all, glibc