X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetsubopt;h=a544ca3ccb3ef5176dc80d4c1d5fe1b085473014;hb=533101a268dc5015a140ff4695d8eeb04fbe57b6;hp=0ecc321bb109c40c40e8e61f8e4852b6a8cac825;hpb=5eeec029e833abe9ba663d51bb556bd1eebb814e;p=gnulib.git diff --git a/modules/getsubopt b/modules/getsubopt index 0ecc321bb..a544ca3cc 100644 --- a/modules/getsubopt +++ b/modules/getsubopt @@ -1,21 +1,28 @@ 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: -strchrnul +stdlib +extensions +strchrnul [test $HAVE_GETSUBOPT = 0] +memchr [test $HAVE_GETSUBOPT = 0] configure.ac: gl_FUNC_GETSUBOPT +if test $HAVE_GETSUBOPT = 0; then + AC_LIBOBJ([getsubopt]) + gl_PREREQ_GETSUBOPT +fi +gl_STDLIB_MODULE_INDICATOR([getsubopt]) Makefile.am: Include: -"getsubopt.h" + License: LGPL