X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetdelim;h=e84558cc2e2024aa145ca906185d7d7d1ea7f2c4;hb=a425462f784164b73297d8992075fd9aebd65a94;hp=a9b7b2e388c43073ea5026738451f4471c711570;hpb=3740c324b0f14e757b73cc22d88d30c4235d1bcb;p=gnulib.git diff --git a/modules/getdelim b/modules/getdelim index a9b7b2e38..e84558cc2 100644 --- a/modules/getdelim +++ b/modules/getdelim @@ -6,12 +6,18 @@ lib/getdelim.c m4/getdelim.m4 Depends-on: -extensions stdio -realloc-posix +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: