X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrsep;h=eaa30329de89ce1800e4b652171e67967c97a2c2;hb=cc1a9b724883a74e39445da64ae096b954bf781b;hp=9324289781d60109becaa074f63ac75403a9439f;hpb=68f96cd3ccba2a204c40260321a8832f2eb97092;p=gnulib.git diff --git a/modules/strsep b/modules/strsep index 932428978..eaa30329d 100644 --- a/modules/strsep +++ b/modules/strsep @@ -2,24 +2,25 @@ Description: strsep() function: extract token from string. Files: -lib/strsep.h lib/strsep.c m4/strsep.m4 Depends-on: -strpbrk +string +extensions +strpbrk [test $HAVE_STRSEP = 0] configure.ac: gl_FUNC_STRSEP +gl_STRING_MODULE_INDICATOR([strsep]) Makefile.am: -lib_SOURCES += strsep.h Include: -"strsep.h" + License: -LGPL +LGPLv2+ Maintainer: Yoann Vandoorselaere