X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Fgetdelim;h=e84558cc2e2024aa145ca906185d7d7d1ea7f2c4;hb=13ebbbd5b53127e51b34532465119c97ec6c23ca;hp=0f17b608faf1e5778587333720ff3dc4960638e5;hpb=6e5eee287fe932f23aca494fb8153f218c905771;p=pspp diff --git a/modules/getdelim b/modules/getdelim index 0f17b608fa..e84558cc2e 100644 --- a/modules/getdelim +++ b/modules/getdelim @@ -6,14 +6,18 @@ lib/getdelim.c m4/getdelim.m4 Depends-on: -extensions stdio -stdint -realloc-posix -errno +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: