Hash :
37723302
Author :
Date :
2011-05-08T13:05:47
getopt: Move AC_LIBOBJ invocations to module description. * m4/getopt.m4 (gl_REPLACE_GETOPT): Remove macro. (gl_FUNC_GETOPT): Inline it here. Move AC_LIBOBJ and gl_PREREQ_GETOPT invocations from here... * modules/getopt-gnu (configure.ac): ... to here. * modules/getopt-posix (configure.ac): ... and here. (Depends-on): Update condition.
Description:
GNU-like getopt() function, getopt_long() function, getopt_long_only() function:
process command line arguments.
Files:
Depends-on:
getopt-posix
configure.ac:
gl_FUNC_GETOPT_GNU
if test $REPLACE_GETOPT = 1; then
AC_LIBOBJ([getopt])
AC_LIBOBJ([getopt1])
gl_PREREQ_GETOPT
fi
gl_MODULE_INDICATOR_FOR_TESTS([getopt-gnu])
Makefile.am:
Include:
<getopt.h>
License:
LGPLv2+
Maintainer:
all, glibc