X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetdelim;h=e84558cc2e2024aa145ca906185d7d7d1ea7f2c4;hb=644c40496cf7d5a705a73c9dd32b035fcecc2ab1;hp=41d49175748d73631cfdbd2193bd94ef6eff2fe1;hpb=e65015aeff792b6741accb73e55dcb44efa82618;p=gnulib.git diff --git a/modules/getdelim b/modules/getdelim index 41d491757..e84558cc2 100644 --- a/modules/getdelim +++ b/modules/getdelim @@ -2,23 +2,31 @@ Description: Read character delimited data from a stream. Files: -lib/getdelim.h lib/getdelim.c m4/getdelim.m4 Depends-on: +stdio +extensions +stdint [test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1] +realloc-posix [test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1] +errno [test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1] configure.ac: gl_FUNC_GETDELIM +if test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1; then + AC_LIBOBJ([getdelim]) + gl_PREREQ_GETDELIM +fi +gl_STDIO_MODULE_INDICATOR([getdelim]) Makefile.am: -EXTRA_DIST += getdelim.h Include: -"getdelim.h" + License: -LGPL +LGPLv2+ Maintainer: Simon Josefsson