X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrpbrk;h=3433e57cbd7543df7d25a395da4673b0ccb4c2f5;hb=f601b941aeae6ec9b48803e5bbcbaa486ad2a245;hp=3c6eec105d1a15e1c5dc15adea3d45f872c1fd72;hpb=e8684643a28f1bf6a0839bf6a0c10f630c0f6335;p=gnulib.git diff --git a/modules/strpbrk b/modules/strpbrk index 3c6eec105..3433e57cb 100644 --- a/modules/strpbrk +++ b/modules/strpbrk @@ -1,25 +1,34 @@ Description: strpbrk() function: search a string for any of a set of characters. +Status: +obsolete + +Notice: +This module is obsolete. + Files: -lib/strpbrk.h lib/strpbrk.c m4/strpbrk.m4 Depends-on: +string configure.ac: gl_FUNC_STRPBRK +if test $HAVE_STRPBRK = 0; then + AC_LIBOBJ([strpbrk]) + gl_PREREQ_STRPBRK +fi +gl_STRING_MODULE_INDICATOR([strpbrk]) Makefile.am: -EXTRA_DIST += strpbrk.h strpbrk.c Include: -"strpbrk.h" + License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc -