X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fgetsubopt;h=a28e2a0a2ccc4d79041aa1c829d87b15b1966185;hb=fa3486514bd8f15f8eb4c49821d0356b52e5a335;hp=780c0ff0b74c7af00abe45dd4e5c9fe6f98895de;hpb=0d2a1de66874d543cd0d9bec1a799da3faf33813;p=gnulib.git diff --git a/modules/getsubopt b/modules/getsubopt index 780c0ff0b..a28e2a0a2 100644 --- a/modules/getsubopt +++ b/modules/getsubopt @@ -1,22 +1,27 @@ Description: -getsubopt: Parse comma separate list into words. +getsubopt: Parse comma separated list into words. Files: -lib/getsubopt.h lib/getsubopt.c m4/getsubopt.m4 Depends-on: +extensions strchrnul +stdlib +memchr configure.ac: gl_FUNC_GETSUBOPT +gl_STDLIB_MODULE_INDICATOR([getsubopt]) Makefile.am: -lib_SOURCES += getsubopt.h Include: -"getsubopt.h" + + +License: +LGPL Maintainer: all, glibc