X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrsep;h=825cd197a62cb92a5461e2e2af38940e92d0c6dc;hb=a64f669549a2ed455e99e313d6207a3711e5e5bd;hp=4fd75a007bbc1e142e985fb0e30309212b5f36e0;hpb=5eeec029e833abe9ba663d51bb556bd1eebb814e;p=gnulib.git diff --git a/modules/strsep b/modules/strsep index 4fd75a007..825cd197a 100644 --- a/modules/strsep +++ b/modules/strsep @@ -2,23 +2,29 @@ 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 +if test $HAVE_STRSEP = 0; then + AC_LIBOBJ([strsep]) + gl_PREREQ_STRSEP +fi +gl_STRING_MODULE_INDICATOR([strsep]) Makefile.am: Include: -"strsep.h" + License: -LGPL +LGPLv2+ Maintainer: Yoann Vandoorselaere