X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrcspn;h=f2788bbabe30117c476f9b9fbdb652cf72c4d972;hb=6d273f723651db3faff61a76569eb44d8750b5f1;hp=a80c8527a171ab66a0a8160a5cb79899d1a892b2;hpb=5143f4e91f44130093914be7cf05873c7d8a4369;p=gnulib.git diff --git a/modules/strcspn b/modules/strcspn index a80c8527a..f2788bbab 100644 --- a/modules/strcspn +++ b/modules/strcspn @@ -1,6 +1,12 @@ Description: strcspn() function: search a string for any of a set of characters. +Status: +obsolete + +Notice: +This module is obsolete. + Files: lib/strcspn.c m4/strcspn.m4 @@ -9,6 +15,10 @@ Depends-on: configure.ac: gl_FUNC_STRCSPN +if test $ac_cv_func_strcspn = no; then + AC_LIBOBJ([strcspn]) + gl_PREREQ_STRCSPN +fi Makefile.am: