X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrndup;h=4cb5a903c5704dd58f15719442cc6c58702a628f;hb=46f5f314f34a08c9305758482d7d2fdb0e999d09;hp=6b434ec1a4bd6ae52505d79876dfaf51316aa6c3;hpb=32865888475678304ea91322b587eee043bb06ad;p=gnulib.git diff --git a/modules/strndup b/modules/strndup index 6b434ec1a..4cb5a903c 100644 --- a/modules/strndup +++ b/modules/strndup @@ -2,23 +2,28 @@ Description: strndup() function: duplicate a size-bounded string. Files: -lib/strndup.h lib/strndup.c m4/strndup.m4 Depends-on: -strnlen +string +extensions +strnlen [test $HAVE_STRNDUP = 0 || test $REPLACE_STRNDUP = 1] configure.ac: gl_FUNC_STRNDUP +if test $HAVE_STRNDUP = 0 || test $REPLACE_STRNDUP = 1; then + AC_LIBOBJ([strndup]) +fi +gl_STRING_MODULE_INDICATOR([strndup]) Makefile.am: Include: -"strndup.h" + License: -LGPL +LGPLv2+ Maintainer: glibc