getopt: Move AC_LIBOBJ invocations to module description.
[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 getopt-posix
9
10 configure.ac:
11 gl_FUNC_GETOPT_GNU
12 if test $REPLACE_GETOPT = 1; then
13   AC_LIBOBJ([getopt])
14   AC_LIBOBJ([getopt1])
15   gl_PREREQ_GETOPT
16 fi
17 gl_MODULE_INDICATOR_FOR_TESTS([getopt-gnu])
18
19 Makefile.am:
20
21 Include:
22 <getopt.h>
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 all, glibc